Searched refs:wait_for_key_construction (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
H A D | request_key.c | 572 * and wait_for_key_construction() should be used to wait for that to complete. 666 * wait_for_key_construction - Wait for construction of a key to complete 676 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function 689 EXPORT_SYMBOL(wait_for_key_construction); variable 703 * Furthermore, it then works as wait_for_key_construction() to wait for the 721 ret = wait_for_key_construction(key, false); in request_key_tag() 743 * Furthermore, it then works as wait_for_key_construction() to wait for the 760 ret = wait_for_key_construction(key, false); in request_key_with_auxdata()
|
H A D | process_keys.c | 778 ret = wait_for_key_construction(key, true); in lookup_user_key()
|
H A D | key.c | 965 ret = wait_for_key_construction(key, true); in key_create_or_update()
|
H A D | keyctl.c | 231 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key.c | 572 * and wait_for_key_construction() should be used to wait for that to complete. 666 * wait_for_key_construction - Wait for construction of a key to complete 676 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() function 689 EXPORT_SYMBOL(wait_for_key_construction); variable 703 * Furthermore, it then works as wait_for_key_construction() to wait for the 721 ret = wait_for_key_construction(key, false); in request_key_tag() 743 * Furthermore, it then works as wait_for_key_construction() to wait for the 760 ret = wait_for_key_construction(key, false); in request_key_with_auxdata()
|
H A D | process_keys.c | 778 ret = wait_for_key_construction(key, true); in lookup_user_key()
|
H A D | key.c | 955 ret = wait_for_key_construction(key, true); in __key_create_or_update()
|
H A D | keyctl.c | 231 ret = wait_for_key_construction(key, 1); in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 360 * Furthermore, it then works as wait_for_key_construction() to wait for the 379 extern int wait_for_key_construction(struct key *key, bool intr);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 366 * Furthermore, it then works as wait_for_key_construction() to wait for the 385 extern int wait_for_key_construction(struct key *key, bool intr);
|
Completed in 13 milliseconds