Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkeystore.c479 struct mutex *tfm_mutex; member
521 &s->tfm_mutex, mount_crypt_stat->global_default_fn_cipher_name); in ecryptfs_write_tag_70_packet()
528 mutex_lock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
746 mutex_unlock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
760 struct mutex *tfm_mutex; member
859 &s->tfm_mutex, in ecryptfs_parse_tag_70_packet()
867 mutex_lock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
968 mutex_unlock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1555 struct mutex *tfm_mutex; in decrypt_passphrase_encrypted_session_key() local
1569 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&desc.tfm, &tfm_mutex, in decrypt_passphrase_encrypted_session_key()
[all …]
Dcrypto.c1916 struct mutex **tfm_mutex, in ecryptfs_get_tfm_and_mutex_for_cipher_name() argument
1923 (*tfm_mutex) = NULL; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1935 (*tfm_mutex) = &key_tfm->key_tfm_mutex; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
Decryptfs_kernel.h710 struct mutex **tfm_mutex,