Searched refs:cipher_code (Results 1 – 4 of 4) sorted by relevance
212 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code, in parse_tag_65_packet() argument268 *cipher_code = data[i++]; in parse_tag_65_packet()298 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument346 message[i++] = cipher_code; in write_tag_66_packet()591 u8 cipher_code; member721 s->cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_write_tag_70_packet()724 if (s->cipher_code == 0) { in ecryptfs_write_tag_70_packet()732 dest[s->i++] = s->cipher_code; in ecryptfs_write_tag_70_packet()879 u8 cipher_code; member979 s->cipher_code = data[(*packet_size)++]; in ecryptfs_parse_tag_70_packet()[all …]
282 u8 cipher_code; in ecryptfs_parse_options() local425 cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_parse_options()428 if (!cipher_code) { in ecryptfs_parse_options()
960 u8 cipher_code; member1006 code = map[i].cipher_code; in ecryptfs_code_for_cipher_string()1020 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() argument1027 if (cipher_code == ecryptfs_cipher_code_str_map[i].cipher_code) in ecryptfs_cipher_code_to_string()1031 "[%d]\n", cipher_code); in ecryptfs_cipher_code_to_string()
601 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);