Home
last modified time | relevance | path

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

/linux-6.14.4/fs/ecryptfs/
Dmain.c382 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_validate_options()
400 && !ecryptfs_tfm_exists( in ecryptfs_validate_options()
Decryptfs_kernel.h646 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm);
Dcrypto.c1641 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm) in ecryptfs_tfm_exists() function
1681 if (!ecryptfs_tfm_exists(cipher_name, &key_tfm)) { in ecryptfs_get_tfm_and_mutex_for_cipher_name()