Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dresume_user_mode.h52 if (unlikely(current->cached_requested_key)) { in resume_user_mode_work()
53 key_put(current->cached_requested_key); in resume_user_mode_work()
54 current->cached_requested_key = NULL; in resume_user_mode_work()
H A Dsched.h1068 struct key *cached_requested_key; member
/openbmc/linux/kernel/
H A Dcred.c133 key_put(tsk->cached_requested_key); in exit_creds()
134 tsk->cached_requested_key = NULL; in exit_creds()
291 p->cached_requested_key = NULL; in copy_creds()
/openbmc/linux/security/keys/
H A Drequest_key.c25 struct key *key = current->cached_requested_key; in check_cached_key()
43 key_put(t->cached_requested_key); in cache_requested_key()
44 t->cached_requested_key = key_get(key); in cache_requested_key()