Searched refs:cipher_code (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/fs/ecryptfs/ |
H A D | keystore.c | 212 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code, parse_tag_65_packet() argument 268 *cipher_code = data[i++]; parse_tag_65_packet() 298 write_tag_66_packet(char *signature, u8 cipher_code, write_tag_66_packet() argument 346 message[i++] = cipher_code; write_tag_66_packet() 591 u8 cipher_code; member in struct:ecryptfs_write_tag_70_packet_silly_stack 721 s->cipher_code = ecryptfs_code_for_cipher_string( ecryptfs_write_tag_70_packet() 724 if (s->cipher_code == 0) { ecryptfs_write_tag_70_packet() 732 dest[s->i++] = s->cipher_code; ecryptfs_write_tag_70_packet() 879 u8 cipher_code; member in struct:ecryptfs_parse_tag_70_packet_silly_stack 979 s->cipher_code = data[(*packet_size)++]; ecryptfs_parse_tag_70_packet() 980 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); ecryptfs_parse_tag_70_packet() 983 __func__, s->cipher_code); ecryptfs_parse_tag_70_packet() 1147 u8 cipher_code = 0; decrypt_pki_encrypted_session_key() local 1181 &cipher_code, msg); decrypt_pki_encrypted_session_key() 1191 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code); decrypt_pki_encrypted_session_key() 1194 cipher_code) decrypt_pki_encrypted_session_key() 2189 u8 cipher_code; write_tag_3_packet() local 2346 cipher_code = ecryptfs_code_for_cipher_string(crypt_stat->cipher, write_tag_3_packet() 2348 if (cipher_code == 0) { write_tag_3_packet() 2354 dest[(*packet_size)++] = cipher_code; write_tag_3_packet()
|
H A D | main.c | 282 u8 cipher_code; ecryptfs_parse_options() local 425 cipher_code = ecryptfs_code_for_cipher_string( ecryptfs_parse_options() 428 if (!cipher_code) { ecryptfs_parse_options()
|
H A D | crypto.c | 960 u8 cipher_code; member in struct:ecryptfs_cipher_code_str_map_elem 964 * cipher_code is whatever OpenPGP applicatoins use to identify the 1006 code = map[i].cipher_code; ecryptfs_code_for_cipher_string() 1016 * @cipher_code: The code to convert to cipher name string 1020 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) ecryptfs_cipher_code_to_string() argument 1027 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) ecryptfs_cipher_code_to_string() 1031 "[%d]\n", cipher_code); ecryptfs_cipher_code_to_string()
|
H A D | ecryptfs_kernel.h | 601 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);
|
Completed in 146 milliseconds