Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dmain.c422 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
440 && !ecryptfs_tfm_exists( in ecryptfs_parse_options()
Decryptfs_kernel.h646 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm);
Dcrypto.c1664 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm) in ecryptfs_tfm_exists() function
1704 if (!ecryptfs_tfm_exists(cipher_name, &key_tfm)) { in ecryptfs_get_tfm_and_mutex_for_cipher_name()