Home
last modified time | relevance | path

Searched refs:global_auth_tok_key (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/ecryptfs/
Dkeystore.c520 rc = key_validate(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
527 down_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
529 walker->global_auth_tok_key, auth_tok); in ecryptfs_find_global_auth_tok_for_sig()
533 (*auth_tok_key) = walker->global_auth_tok_key; in ecryptfs_find_global_auth_tok_for_sig()
540 up_write(&(walker->global_auth_tok_key->sem)); in ecryptfs_find_global_auth_tok_for_sig()
544 key_put(walker->global_auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
545 walker->global_auth_tok_key = NULL; in ecryptfs_find_global_auth_tok_for_sig()
Dmain.c209 &global_auth_tok->global_auth_tok_key, &auth_tok, in ecryptfs_init_global_auth_toks()
219 up_write(&(global_auth_tok->global_auth_tok_key)->sem); in ecryptfs_init_global_auth_toks()
Decryptfs_kernel.h309 struct key *global_auth_tok_key; member
Dcrypto.c241 key_put(auth_tok->global_auth_tok_key); in ecryptfs_destroy_mount_crypt_stat()