Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/include/crypto/
H A Drand.h125 int rand_pool_add_additional_data(RAND_POOL *pool);
/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_unix.c781 int rand_pool_add_additional_data(RAND_POOL *pool) in rand_pool_add_additional_data() function
H A Drand_lib.c289 if (rand_pool_add_additional_data(pool) == 0) in rand_drbg_get_additional_data()