Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/
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()