Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_unix.c334 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_unix.c347 static ssize_t syscall_random(void *buf, size_t buflen) in syscall_random() function
651 bytes = syscall_random(buffer, bytes_needed); in rand_pool_acquire_entropy()