Searched refs:authkey_ref (Results 1 – 1 of 1) sorted by relevance
260 key_ref_t authkey_ref; in key_get_instantiation_authkey() local265 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()