Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dkeystore.c595 struct mutex *tfm_mutex; member
643 &s->tfm_mutex, mount_crypt_stat->global_default_fn_cipher_name); in ecryptfs_write_tag_70_packet()
650 mutex_lock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
804 mutex_unlock(s->tfm_mutex); in ecryptfs_write_tag_70_packet()
823 struct mutex *tfm_mutex; member
930 &s->tfm_mutex, in ecryptfs_parse_tag_70_packet()
938 mutex_lock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1040 mutex_unlock(s->tfm_mutex); in ecryptfs_parse_tag_70_packet()
1610 struct mutex *tfm_mutex; in decrypt_passphrase_encrypted_session_key() local
1623 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&tfm, &tfm_mutex, in decrypt_passphrase_encrypted_session_key()
[all …]
H A Dcrypto.c1599 struct mutex **tfm_mutex, in ecryptfs_get_tfm_and_mutex_for_cipher_name() argument
1606 (*tfm_mutex) = NULL; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1618 (*tfm_mutex) = &key_tfm->key_tfm_mutex; in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1962 struct mutex *tfm_mutex; in ecryptfs_set_f_namelen() local
1971 rc = ecryptfs_get_tfm_and_mutex_for_cipher_name(&tfm, &tfm_mutex, in ecryptfs_set_f_namelen()
1978 mutex_lock(tfm_mutex); in ecryptfs_set_f_namelen()
1980 mutex_unlock(tfm_mutex); in ecryptfs_set_f_namelen()
H A Decryptfs_kernel.h638 struct mutex **tfm_mutex,