Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_unix.c419 static const char *random_device_paths[] = { DEVRANDOM }; variable
426 } random_devices[OSSL_NELEM(random_device_paths)];
547 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
682 for (i = 0; bytes_needed > 0 && i < OSSL_NELEM(random_device_paths); in rand_pool_acquire_entropy()