Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drandom.h38 extern int wait_for_random_bytes(void);
88 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
95 int ret = wait_for_random_bytes(); \
/Linux-v4.19/drivers/char/
Drandom.c1663 int wait_for_random_bytes(void) in wait_for_random_bytes() function
1669 EXPORT_SYMBOL(wait_for_random_bytes);
2058 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
/Linux-v4.19/net/ceph/
Dceph_common.c620 err = wait_for_random_bytes(); in ceph_create_client()