Home
last modified time | relevance | path

Searched refs:auth_tok_key (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/ecryptfs/
Dkeystore.c452 ecryptfs_verify_auth_tok_from_key(struct key *auth_tok_key, in ecryptfs_verify_auth_tok_from_key() argument
457 (*auth_tok) = ecryptfs_get_key_payload_data(auth_tok_key); in ecryptfs_verify_auth_tok_from_key()
485 struct key **auth_tok_key, in ecryptfs_find_global_auth_tok_for_sig() argument
492 (*auth_tok_key) = NULL; 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()
520 key_get(*auth_tok_key); in ecryptfs_find_global_auth_tok_for_sig()
555 struct key **auth_tok_key, in ecryptfs_find_auth_tok_for_sig() argument
562 rc = ecryptfs_find_global_auth_tok_for_sig(auth_tok_key, auth_tok, in ecryptfs_find_auth_tok_for_sig()
574 rc = ecryptfs_keyring_auth_tok_for_sig(auth_tok_key, auth_tok, in ecryptfs_find_auth_tok_for_sig()
625 struct key *auth_tok_key = NULL; in ecryptfs_write_tag_70_packet() local
[all …]
Decryptfs_kernel.h650 int ecryptfs_keyring_auth_tok_for_sig(struct key **auth_tok_key,