Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Drand_pool.h36 # define RAND_POOL_MAX_LENGTH (RAND_POOL_FACTOR * \ macro
/openssl/crypto/rand/
H A Drand_pool.c34 pool->max_len = (max_len > RAND_POOL_MAX_LENGTH) ? in ossl_rand_pool_new()
35 RAND_POOL_MAX_LENGTH : max_len; in ossl_rand_pool_new()
H A Drand_lib.c134 RAND_POOL_MAX_LENGTH); in RAND_poll()

Completed in 15 milliseconds