Searched refs:rand_pool_new (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | rand_lib.c | 151 pool = rand_pool_new(entropy, drbg->secure, min_len, max_len); in rand_drbg_get_entropy() 247 pool = rand_pool_new(0, 0, min_len, max_len); in rand_drbg_get_nonce() 409 pool = rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll() 436 RAND_POOL *rand_pool_new(int entropy_requested, int secure, in rand_pool_new() function
|
H A D | drbg_lib.c | 656 drbg->adin_pool = rand_pool_new(0, 0, 0, drbg->max_adinlen); in RAND_DRBG_bytes()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
H A D | rand.h | 64 RAND_POOL *rand_pool_new(int entropy_requested, int secure,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1034 RAND_F_RAND_POOL_NEW:116:rand_pool_new
|