Home
last modified time | relevance | path

Searched refs:wait_for_key_construction (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/security/keys/
Drequest_key.c589 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function
603 EXPORT_SYMBOL(wait_for_key_construction);
632 ret = wait_for_key_construction(key, false); in request_key()
668 ret = wait_for_key_construction(key, false); in request_key_with_auxdata()
Dprocess_keys.c698 ret = wait_for_key_construction(key, true); in lookup_user_key()
Dkeyctl.c222 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
Dkey.h263 extern int wait_for_key_construction(struct key *key, bool intr);
/linux-4.4.14/Documentation/security/
Dkeys.txt939 int wait_for_key_construction(struct key *key, bool intr);