Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c210 rand_pool_free(pool); in rand_drbg_get_entropy()
264 rand_pool_free(pool); in rand_drbg_get_nonce()
428 rand_pool_free(pool); in RAND_poll()
513 void rand_pool_free(RAND_POOL *pool) in rand_pool_free() function
H A Ddrbg_lib.c115 rand_pool_free(drbg->adin_pool); in RAND_DRBG_set()
270 rand_pool_free(drbg->adin_pool); in RAND_DRBG_free()
480 rand_pool_free(drbg->seed_pool); in rand_drbg_restart()
550 rand_pool_free(drbg->seed_pool); in rand_drbg_restart()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Drand.h68 void rand_pool_free(RAND_POOL *pool);