Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c115 rand_pool_free(drbg->adin_pool); in RAND_DRBG_set()
116 drbg->adin_pool = NULL; in RAND_DRBG_set()
270 rand_pool_free(drbg->adin_pool); in RAND_DRBG_free()
653 if (drbg->adin_pool == NULL) { in RAND_DRBG_bytes()
656 drbg->adin_pool = rand_pool_new(0, 0, 0, drbg->max_adinlen); in RAND_DRBG_bytes()
657 if (drbg->adin_pool == NULL) in RAND_DRBG_bytes()
661 additional_len = rand_drbg_get_additional_data(drbg->adin_pool, in RAND_DRBG_bytes()
676 rand_drbg_cleanup_additional_data(drbg->adin_pool, additional); in RAND_DRBG_bytes()
H A Drand_local.h212 struct rand_pool_st *adin_pool; member