Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Drandom.h76 int wait_for_random_bytes(void);
82 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
89 int ret = wait_for_random_bytes(); \
/Linux-v6.1/drivers/char/
Drandom.c129 int wait_for_random_bytes(void) in wait_for_random_bytes() function
141 EXPORT_SYMBOL(wait_for_random_bytes);
1289 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
1372 ret = wait_for_random_bytes(); in random_read_iter()
/Linux-v6.1/drivers/net/wireguard/
Dnoise.c527 wait_for_random_bytes(); in wg_noise_handshake_create_initiation()
676 wait_for_random_bytes(); in wg_noise_handshake_create_response()
/Linux-v6.1/net/ceph/
Dceph_common.c713 err = wait_for_random_bytes(); in ceph_create_client()