Lines Matching defs:cipher_code
199 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code,
255 *cipher_code = data[i++];
285 write_tag_66_packet(char *signature, u8 cipher_code,
333 message[i++] = cipher_code;
585 u8 cipher_code;
721 s->cipher_code = ecryptfs_code_for_cipher_string(
724 if (s->cipher_code == 0) {
732 dest[s->i++] = s->cipher_code;
856 u8 cipher_code;
953 s->cipher_code = data[(*packet_size)++];
954 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code);
957 __func__, s->cipher_code);
1128 u8 cipher_code = 0;
1162 &cipher_code, msg);
1172 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code);
1175 cipher_code)
2184 u8 cipher_code;
2354 cipher_code = ecryptfs_code_for_cipher_string(crypt_stat->cipher,
2356 if (cipher_code == 0) {
2362 dest[(*packet_size)++] = cipher_code;