Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkeystore.c193 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code, in parse_tag_65_packet() argument
249 *cipher_code = data[i++]; in parse_tag_65_packet()
279 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument
327 message[i++] = cipher_code; in write_tag_66_packet()
471 u8 cipher_code; member
592 s->cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_write_tag_70_packet()
595 if (s->cipher_code == 0) { in ecryptfs_write_tag_70_packet()
603 dest[s->i++] = s->cipher_code; in ecryptfs_write_tag_70_packet()
753 u8 cipher_code; member
851 s->cipher_code = data[(*packet_size)++]; in ecryptfs_parse_tag_70_packet()
[all …]
Dcrypto.c1144 u8 cipher_code; member
1190 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string()
1204 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() argument
1211 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) in ecryptfs_cipher_code_to_string()
1215 "[%d]\n", cipher_code); in ecryptfs_cipher_code_to_string()
Decryptfs_kernel.h658 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);