Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c416 } random_devices[OSSL_NELEM(random_device_paths)]; variable
530 struct random_device * rd = &random_devices[n]; in get_random_device()
559 struct random_device * rd = &random_devices[n]; in close_random_device()
570 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_init()
571 random_devices[i].fd = -1; in ossl_rand_pool_init()
580 for (i = 0; i < OSSL_NELEM(random_devices); i++) in ossl_rand_pool_cleanup()

Completed in 4 milliseconds