Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Drequest_key.c676 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function
689 EXPORT_SYMBOL(wait_for_key_construction);
721 ret = wait_for_key_construction(key, false); in request_key_tag()
760 ret = wait_for_key_construction(key, false); in request_key_with_auxdata()
H A Dprocess_keys.c778 ret = wait_for_key_construction(key, true); in lookup_user_key()
H A Dkey.c956 ret = wait_for_key_construction(key, true); in __key_create_or_update()
H A Dkeyctl.c231 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
/openbmc/linux/include/linux/
H A Dkey.h385 extern int wait_for_key_construction(struct key *key, bool intr);