Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Drandom.h121 int wait_for_random_bytes(void);
128 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
135 int ret = wait_for_random_bytes(); \
/linux-6.6.21/drivers/char/
Drandom.c132 int wait_for_random_bytes(void) in wait_for_random_bytes() function
144 EXPORT_SYMBOL(wait_for_random_bytes);
1383 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
1466 ret = wait_for_random_bytes(); in random_read_iter()
/linux-6.6.21/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-6.6.21/net/ceph/
Dceph_common.c713 err = wait_for_random_bytes(); in ceph_create_client()