Open alex opened 5 years ago
Basically /dev/urandom but blocks if the pool hasn't been initialized yet (same semantics as getrandom).
/dev/urandom
getrandom
write
FileOperations
ioctl
poll
get_random_bytes
crng_ready
wait_for_random_bytes
Basically
/dev/urandom
but blocks if the pool hasn't been initialized yet (same semantics asgetrandom
).write
onFileOperations
ioctl
onFileOperations
poll
onFileOperations
get_random_bytes
,crng_ready
,wait_for_random_bytes
)