Home
last modified time | relevance | path

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

/linux-6.15/fs/ecryptfs/
H A Dkeystore.c596 struct mutex *tfm_mutex; member
654 mutex_lock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
866 struct mutex *tfm_mutex; member
973 &s->tfm_mutex, in ecryptfs_parse_tag_70_packet()
981 mutex_lock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1653 struct mutex *tfm_mutex; in decrypt_passphrase_encrypted_session_key() local
1696 mutex_lock(tfm_mutex); in decrypt_passphrase_encrypted_session_key()
1699 mutex_unlock(tfm_mutex); in decrypt_passphrase_encrypted_session_key()
1722 mutex_unlock(tfm_mutex); in decrypt_passphrase_encrypted_session_key()
2281 mutex_lock(tfm_mutex); in write_tag_3_packet()
[all …]
H A Dcrypto.c1671 struct mutex **tfm_mutex, in ecryptfs_get_tfm_and_mutex_for_cipher_name() argument
1678 (*tfm_mutex) = NULL; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1690 (*tfm_mutex) = &key_tfm->key_tfm_mutex; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
2034 struct mutex *tfm_mutex; in ecryptfs_set_f_namelen() local
2043 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&tfm, &tfm_mutex, in ecryptfs_set_f_namelen()
2050 mutex_lock(tfm_mutex); in ecryptfs_set_f_namelen()
2052 mutex_unlock(tfm_mutex); in ecryptfs_set_f_namelen()
H A Decryptfs_kernel.h648 struct mutex **tfm_mutex,