Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_pool.c26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new() local
34 pool->alloc_len = min_len < min_alloc_size ? min_alloc_size : min_len; in ossl_rand_pool_new()

Completed in 4 milliseconds