Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c217 * sysctl_random(): Use sysctl() to read a random number from the kernel
220 static ssize_t sysctl_random(char *buf, size_t buflen) in sysctl_random() function
397 return sysctl_random(buf, buflen); in syscall_random()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c217 * sysctl_random(): Use sysctl() to read a random number from the kernel
220 static ssize_t sysctl_random(char *buf, size_t buflen) in sysctl_random() function
397 return sysctl_random(buf, buflen); in syscall_random()

Completed in 3 milliseconds