Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Decryptfs_kernel.h575 int ecryptfs_cipher_code_to_string(char *str, size_t size, u8 cipher_code);
H A Dkeystore.c913 rc = ecryptfs_cipher_code_to_string(s->cipher_string, in ecryptfs_parse_tag_70_packet()
1133 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, in decrypt_pki_encrypted_session_key()
1400 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, in parse_tag_3_packet()
H A Dcrypto.c865 int ecryptfs_cipher_code_to_string(char *str, size_t size, u8 cipher_code) in ecryptfs_cipher_code_to_string() function