Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dkeystore.c594 struct mutex *tfm_mutex; member
645 &s->tfm_mutex, mount_crypt_stat->global_default_fn_cipher_name); in ecryptfs_write_tag_70_packet()
652 mutex_lock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
844 mutex_unlock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
864 struct mutex *tfm_mutex; member
971 &s->tfm_mutex, in ecryptfs_parse_tag_70_packet()
979 mutex_lock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1081 mutex_unlock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1651 struct mutex *tfm_mutex; in decrypt_passphrase_encrypted_session_key() local
1664 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&tfm, &tfm_mutex, in decrypt_passphrase_encrypted_session_key()
[all …]
Dcrypto.c1694 struct mutex **tfm_mutex, in ecryptfs_get_tfm_and_mutex_for_cipher_name() argument
1701 (*tfm_mutex) = NULL; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1713 (*tfm_mutex) = &key_tfm->key_tfm_mutex; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
2067 struct mutex *tfm_mutex; in ecryptfs_set_f_namelen() local
2076 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&tfm, &tfm_mutex, in ecryptfs_set_f_namelen()
2083 mutex_lock(tfm_mutex); in ecryptfs_set_f_namelen()
2085 mutex_unlock(tfm_mutex); in ecryptfs_set_f_namelen()
Decryptfs_kernel.h648 struct mutex **tfm_mutex,