Searched refs:ecryptfs_to_hex (Results 1 – 4 of 4) sorted by relevance
/fs/ecryptfs/ |
D | debug.c | 43 ecryptfs_to_hex(salt, auth_tok->token.password.salt, in ecryptfs_dump_auth_tok()
|
D | keystore.c | 976 ecryptfs_to_hex(s->fnek_sig_hex, &data[(*packet_size)], in ecryptfs_parse_tag_70_packet() 1313 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature, in parse_tag_1_packet() 1823 ecryptfs_to_hex(new_auth_tok->token.password.signature, in ecryptfs_parse_packet_set()
|
D | ecryptfs_kernel.h | 54 extern void ecryptfs_to_hex(char *dst, char *src, size_t src_size);
|
D | crypto.c | 58 void ecryptfs_to_hex(char *dst, char *src, size_t src_size) in ecryptfs_to_hex() function
|