Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds