Searched refs:rand_pool_new (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/rand/ |
D | rand_lib.c | 151 pool = rand_pool_new(entropy, drbg->secure, min_len, max_len); in rand_drbg_get_entropy() 243 pool = rand_pool_new(0, 0, min_len, max_len); in rand_drbg_get_nonce() 405 pool = rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() 432 RAND_POOL *rand_pool_new(int entropy_requested, int secure, in rand_pool_new() function
|
D | drbg_lib.c | 666 drbg->adin_pool = rand_pool_new(0, 0, 0, drbg->max_adinlen); in RAND_DRBG_bytes()
|
/third_party/openssl/include/crypto/ |
D | rand.h | 64 RAND_POOL *rand_pool_new(int entropy_requested, int secure,
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1034 RAND_F_RAND_POOL_NEW:116:rand_pool_new
|