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

/linux-4.1.27/fs/ecryptfs/
H A Dmain.c437 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, ecryptfs_parse_options()
455 && !ecryptfs_tfm_exists( ecryptfs_parse_options()
H A Dcrypto.c1713 * ecryptfs_tfm_exists - Search for existing tfm for cipher_name.
1722 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm) ecryptfs_tfm_exists() function
1762 if (!ecryptfs_tfm_exists(cipher_name, &key_tfm)) { ecryptfs_get_tfm_and_mutex_for_cipher_name()
H A Decryptfs_kernel.h662 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm);

Completed in 137 milliseconds