Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Drand_int.h115 int rand_pool_add_additional_data(RAND_POOL *pool);
/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_unix.c716 int rand_pool_add_additional_data(RAND_POOL *pool) in rand_pool_add_additional_data() function
H A Drand_lib.c291 if (rand_pool_add_additional_data(pool) == 0) in rand_drbg_get_additional_data()