Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) macro
/openssl/crypto/rand/
H A Drand_pool.c26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()

Completed in 5 milliseconds