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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/keys/
H A Drequest_key_auth.c246 key_ref_t authkey_ref; local
248 authkey_ref = search_process_keyrings(
254 if (IS_ERR(authkey_ref)) {
255 authkey = ERR_PTR(PTR_ERR(authkey_ref));
259 authkey = key_ref_to_ptr(authkey_ref);

Completed in 34 milliseconds