Lines Matching refs:cipher_code
198 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code, in parse_tag_65_packet() argument
254 *cipher_code = data[i++]; in parse_tag_65_packet()
284 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument
334 message[i++] = cipher_code; in write_tag_66_packet()
587 u8 cipher_code; member
720 s->cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_write_tag_70_packet()
723 if (s->cipher_code == 0) { in ecryptfs_write_tag_70_packet()
731 dest[s->i++] = s->cipher_code; in ecryptfs_write_tag_70_packet()
816 u8 cipher_code; member
912 s->cipher_code = data[(*packet_size)++]; in ecryptfs_parse_tag_70_packet()
915 s->cipher_code); in ecryptfs_parse_tag_70_packet()
918 __func__, s->cipher_code); in ecryptfs_parse_tag_70_packet()
1089 u8 cipher_code = 0; in decrypt_pki_encrypted_session_key() local
1123 &cipher_code, msg); in decrypt_pki_encrypted_session_key()
1135 cipher_code); in decrypt_pki_encrypted_session_key()
1138 cipher_code); in decrypt_pki_encrypted_session_key()
2145 u8 cipher_code; in write_tag_3_packet() local
2315 cipher_code = ecryptfs_code_for_cipher_string(crypt_stat->cipher, in write_tag_3_packet()
2317 if (cipher_code == 0) { in write_tag_3_packet()
2323 dest[(*packet_size)++] = cipher_code; in write_tag_3_packet()