Home
last modified time | relevance | path

Searched refs:syscall_random (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c228 * without a range check, see comment in syscall_random() in sysctl_random()
331 * syscall_random(): Try to get random data using a system call
334 static ssize_t syscall_random(void *buf, size_t buflen) in syscall_random() function
646 bytes = syscall_random(buffer, bytes_needed); in ossl_pool_acquire_entropy()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c228 * without a range check, see comment in syscall_random() in sysctl_random()
331 * syscall_random(): Try to get random data using a system call
334 static ssize_t syscall_random(void *buf, size_t buflen) in syscall_random() function
646 bytes = syscall_random(buffer, bytes_needed); in ossl_pool_acquire_entropy()

Completed in 3 milliseconds