Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rand/
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()
663 if (drbg->adin_pool == NULL) { in RAND_DRBG_bytes()
666 drbg->adin_pool = rand_pool_new(0, 0, 0, drbg->max_adinlen); in RAND_DRBG_bytes()
667 if (drbg->adin_pool == NULL) in RAND_DRBG_bytes()
671 additional_len = rand_drbg_get_additional_data(drbg->adin_pool, in RAND_DRBG_bytes()
686 rand_drbg_cleanup_additional_data(drbg->adin_pool, additional); in RAND_DRBG_bytes()
Drand_local.h212 struct rand_pool_st *adin_pool; member