Searched refs:ecryptfs_cipher_code_to_string (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/fs/ecryptfs/ |
| D | ecryptfs_kernel.h | 600 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);
|
| D | keystore.c | 954 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet() 1172 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code); in decrypt_pki_encrypted_session_key() 1437 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, in parse_tag_3_packet()
|
| D | crypto.c | 964 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() function
|
| /kernel/linux/linux-6.6/fs/ecryptfs/ |
| D | ecryptfs_kernel.h | 585 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code);
|
| D | keystore.c | 957 rc = ecryptfs_cipher_code_to_string(s->cipher_string, s->cipher_code); in ecryptfs_parse_tag_70_packet() 1175 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, cipher_code); in decrypt_pki_encrypted_session_key() 1440 rc = ecryptfs_cipher_code_to_string(crypt_stat->cipher, in parse_tag_3_packet()
|
| D | crypto.c | 937 int ecryptfs_cipher_code_to_string(char *str, u8 cipher_code) in ecryptfs_cipher_code_to_string() function
|