Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Drequest_key.c616 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function
629 EXPORT_SYMBOL(wait_for_key_construction);
658 ret = wait_for_key_construction(key, false); in request_key()
694 ret = wait_for_key_construction(key, false); in request_key_with_auxdata()
Dprocess_keys.c715 ret = wait_for_key_construction(key, true); in lookup_user_key()
Dkey.c944 ret = wait_for_key_construction(key, true); in key_create_or_update()
Dkeyctl.c222 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
/Linux-v4.19/include/linux/
Dkey.h294 extern int wait_for_key_construction(struct key *key, bool intr);
/Linux-v4.19/Documentation/security/keys/
Dcore.rst1004 int wait_for_key_construction(struct key *key, bool intr);