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