Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c409 static const char *random_device_paths[] = { DEVRANDOM }; variable
416 } random_devices[OSSL_NELEM(random_device_paths)];
537 if ((rd->fd = open(random_device_paths[n], O_RDONLY)) == -1) in get_random_device()
674 for (i = 0; bytes_needed > 0 && i < OSSL_NELEM(random_device_paths); in ossl_pool_acquire_entropy()

Completed in 4 milliseconds