Home
last modified time | relevance | path

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

/linux-4.4.14/security/keys/
Drequest_key_auth.c255 key_ref_t authkey_ref; in key_get_instantiation_authkey() local
259 authkey_ref = search_process_keyrings(&ctx); in key_get_instantiation_authkey()
261 if (IS_ERR(authkey_ref)) { in key_get_instantiation_authkey()
262 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
268 authkey = key_ref_to_ptr(authkey_ref); in key_get_instantiation_authkey()