Home
last modified time | relevance | path

Searched refs:wait_for_random_bytes (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Drandom.h39 extern int wait_for_random_bytes(void);
90 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
97 int ret = wait_for_random_bytes(); \
/Linux-v5.4/drivers/char/
Drandom.c1794 int wait_for_random_bytes(void) in wait_for_random_bytes() function
1810 EXPORT_SYMBOL(wait_for_random_bytes);
2198 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
/Linux-v5.4/net/ceph/
Dceph_common.c647 err = wait_for_random_bytes(); in ceph_create_client()