Searched refs:wait_for_key_construction (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/security/keys/
H A Drequest_key.c506 * and wait_for_key_construction() should be used to wait for that to complete.
579 * wait_for_key_construction - Wait for construction of a key to complete
589 int wait_for_key_construction(struct key *key, bool intr) wait_for_key_construction() function
603 EXPORT_SYMBOL(wait_for_key_construction); variable
616 * Furthermore, it then works as wait_for_key_construction() to wait for the
632 ret = wait_for_key_construction(key, false); request_key()
653 * Furthermore, it then works as wait_for_key_construction() to wait for the
668 ret = wait_for_key_construction(key, false); request_key_with_auxdata()
689 * The caller should call wait_for_key_construction() to wait for the
714 * The caller should call wait_for_key_construction() to wait for the
H A Dprocess_keys.c698 ret = wait_for_key_construction(key, true); lookup_user_key()
H A Dkeyctl.c222 ret = wait_for_key_construction(key, 1); SYSCALL_DEFINE4()
/linux-4.4.14/include/linux/
H A Dkey.h263 extern int wait_for_key_construction(struct key *key, bool intr);

Completed in 315 milliseconds