Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dkeystore.c199 parse_tag_65_packet(struct ecryptfs_session_key *session_key, u8 *cipher_code, in parse_tag_65_packet() argument
255 *cipher_code = data[i++]; in parse_tag_65_packet()
285 write_tag_66_packet(char *signature, u8 cipher_code, in write_tag_66_packet() argument
335 message[i++] = cipher_code; in write_tag_66_packet()
588 u8 cipher_code; member
724 s->cipher_code = ecryptfs_code_for_cipher_string( in ecryptfs_write_tag_70_packet()
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
956 s->cipher_code = data[(*packet_size)++]; in ecryptfs_parse_tag_70_packet()
[all …]