Home
last modified time | relevance | path

Searched refs:cipher_code (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dkeystore.c255 *cipher_code = data[i++]; in parse_tag_65_packet()
335 message[i++] = cipher_code; in write_tag_66_packet()
588 u8 cipher_code; member
727 if (s->cipher_code == 0) { in ecryptfs_write_tag_70_packet()
735 dest[s->i++] = s->cipher_code; in ecryptfs_write_tag_70_packet()
859 u8 cipher_code; member
1131 u8 cipher_code = 0; in decrypt_pki_encrypted_session_key() local
1165 &cipher_code, msg); in decrypt_pki_encrypted_session_key()
1178 cipher_code); in decrypt_pki_encrypted_session_key()
2187 u8 cipher_code; in write_tag_3_packet() local
[all …]
H A Dmain.c267 u8 cipher_code; in ecryptfs_parse_options() local
410 cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_parse_options()
413 if (!cipher_code) { in ecryptfs_parse_options()
H A Dcrypto.c877 u8 cipher_code; member
923 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string()
937 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() argument
944 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) in ecryptfs_cipher_code_to_string()
948 "[%d]\n", cipher_code); in ecryptfs_cipher_code_to_string()
H A Decryptfs_kernel.h585 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);