Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ecryptfs/
Dmain.c484 if (!ecryptfs_tfm_exists(mount_crypt_stat->global_default_cipher_name, in ecryptfs_parse_options()
502 && !ecryptfs_tfm_exists( in ecryptfs_parse_options()
Decryptfs_kernel.h722 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm);
Dcrypto.c1893 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm) in ecryptfs_tfm_exists() function
1933 if (!ecryptfs_tfm_exists(cipher_name, &key_tfm)) { in ecryptfs_get_tfm_and_mutex_for_cipher_name()