Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dproc.c158 key_ref_t key_ref, skey_ref; in proc_keys_show() local
182 skey_ref = search_cred_keyrings_rcu(&ctx); in proc_keys_show()
184 if (!IS_ERR(skey_ref)) { in proc_keys_show()
185 key_ref_put(skey_ref); in proc_keys_show()
H A Dprocess_keys.c622 key_ref_t key_ref, skey_ref; in lookup_user_key() local
762 skey_ref = search_process_keyrings_rcu(&ctx); in lookup_user_key()
764 kdebug("possessed=%p", skey_ref); in lookup_user_key()
766 if (!IS_ERR(skey_ref)) { in lookup_user_key()
768 key_ref = skey_ref; in lookup_user_key()