Home
last modified time | relevance | path

Searched refs:global_auth_tok_key (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dkeystore.c506 rc = key_validate(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
513 down_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
515 walker->global_auth_tok_key, auth_tok); in ecryptfs_find_global_auth_tok_for_sig()
519 (*auth_tok_key) = walker->global_auth_tok_key; in ecryptfs_find_global_auth_tok_for_sig()
526 up_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
530 key_put(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
531 walker->global_auth_tok_key = NULL; in ecryptfs_find_global_auth_tok_for_sig()
H A Dmain.c195 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()
205 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
H A Decryptfs_kernel.h279 * @global_auth_tok_key: The key from the user's keyring for the sig
295 struct key *global_auth_tok_key; member
H A Dcrypto.c212 key_put(auth_tok->global_auth_tok_key); in ecryptfs_destroy_mount_crypt_stat()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dkeystore.c506 rc = key_validate(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
513 down_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
515 walker->global_auth_tok_key, auth_tok); in ecryptfs_find_global_auth_tok_for_sig()
519 (*auth_tok_key) = walker->global_auth_tok_key; in ecryptfs_find_global_auth_tok_for_sig()
526 up_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
530 key_put(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
531 walker->global_auth_tok_key = NULL; in ecryptfs_find_global_auth_tok_for_sig()
H A Dmain.c195 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()
205 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
H A Decryptfs_kernel.h276 * @global_auth_tok_key: The key from the user's keyring for the sig
292 struct key *global_auth_tok_key; member
H A Dcrypto.c212 key_put(auth_tok->global_auth_tok_key); in ecryptfs_destroy_mount_crypt_stat()

Completed in 29 milliseconds