Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Drandom.h77 int wait_for_random_bytes(void);
83 int ret = wait_for_random_bytes(); in get_random_bytes_wait()
90 int ret = wait_for_random_bytes(); \
/linux-5.19.10/drivers/char/
Drandom.c129 int wait_for_random_bytes(void) in wait_for_random_bytes() function
141 EXPORT_SYMBOL(wait_for_random_bytes);
1255 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
1333 ret = wait_for_random_bytes(); in random_read_iter()
/linux-5.19.10/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-5.19.10/net/ceph/
Dceph_common.c713 err = wait_for_random_bytes(); in ceph_create_client()