Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Drandom.c124 /* Used by wait_for_random_bytes(), and considered an entropy collector, below. */
137 int wait_for_random_bytes(void) in wait_for_random_bytes() function
149 EXPORT_SYMBOL(wait_for_random_bytes);
432 * wait_for_random_bytes() should be called and return 0 at least once
494 * provided by this function is okay, the function wait_for_random_bytes()
1406 ret = wait_for_random_bytes(); in SYSCALL_DEFINE3()
1489 ret = wait_for_random_bytes(); in random_read_iter()
/linux/drivers/net/wireguard/
H A Dnoise.c527 wait_for_random_bytes(); in wg_noise_handshake_create_initiation()
676 wait_for_random_bytes(); in wg_noise_handshake_create_response()
/linux/net/ceph/
H A Dceph_common.c713 err = wait_for_random_bytes(); in ceph_create_client()