Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drandom.h41 extern int wait_for_random_bytes(void);
92 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
99 int ret = wait_for_random_bytes(); \
/Linux-v5.10/drivers/char/
Drandom.c1639 int wait_for_random_bytes(void) in wait_for_random_bytes() function
1655 EXPORT_SYMBOL(wait_for_random_bytes);
1864 ret = wait_for_random_bytes(); in random_read()
2028 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
/Linux-v5.10/drivers/net/wireguard/
Dnoise.c494 wait_for_random_bytes(); in wg_noise_handshake_create_initiation()
643 wait_for_random_bytes(); in wg_noise_handshake_create_response()
/Linux-v5.10/net/ceph/
Dceph_common.c677 err = wait_for_random_bytes(); in ceph_create_client()