Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c412 } random_devices[OSSL_NELEM(random_device_paths)]; variable
526 struct random_device *rd = &random_devices[n]; in get_random_device()
555 struct random_device *rd = &random_devices[n]; in close_random_device()
566 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_init()
567 random_devices[i].fd = -1; in ossl_rand_pool_init()
576 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_cleanup()

Completed in 5 milliseconds