Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c416 } random_devices[OSSL_NELEM(random_device_paths)]; variable
532 struct random_device *rd = &random_devices[n]; in get_random_device()
561 struct random_device *rd = &random_devices[n]; in close_random_device()
572 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_init()
573 random_devices[i].fd = -1; in ossl_rand_pool_init()
582 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_cleanup()