Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dresume_user_mode.h53 if (unlikely(current->cached_requested_key)) { in resume_user_mode_work()
54 key_put(current->cached_requested_key); in resume_user_mode_work()
55 current->cached_requested_key = NULL; in resume_user_mode_work()
/linux/kernel/
H A Dcred.c138 key_put(tsk->cached_requested_key); in exit_creds()
139 tsk->cached_requested_key = NULL; in exit_creds()
296 p->cached_requested_key = NULL; in copy_creds()
/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()