Home
last modified time | relevance | path

Searched refs:authkey_ref (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/keys/
H A Drequest_key_auth.c260 key_ref_t authkey_ref; in key_get_instantiation_authkey() local
265 authkey_ref = search_process_keyrings_rcu(&ctx); in key_get_instantiation_authkey()
268 if (IS_ERR(authkey_ref)) { in key_get_instantiation_authkey()
269 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
275 authkey = key_ref_to_ptr(authkey_ref); in key_get_instantiation_authkey()
/kernel/linux/linux-6.6/security/keys/
H A Drequest_key_auth.c260 key_ref_t authkey_ref; in key_get_instantiation_authkey() local
265 authkey_ref = search_process_keyrings_rcu(&ctx); in key_get_instantiation_authkey()
268 if (IS_ERR(authkey_ref)) { in key_get_instantiation_authkey()
269 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
275 authkey = key_ref_to_ptr(authkey_ref); in key_get_instantiation_authkey()

Completed in 2 milliseconds