Home
last modified time | relevance | path

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

/linux-4.1.27/security/keys/
Drequest_key.c586 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function
600 EXPORT_SYMBOL(wait_for_key_construction);
629 ret = wait_for_key_construction(key, false); in request_key()
665 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.c228 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
/linux-4.1.27/include/linux/
Dkey.h268 extern int wait_for_key_construction(struct key *key, bool intr);
/linux-4.1.27/Documentation/security/
Dkeys.txt939 int wait_for_key_construction(struct key *key, bool intr);