Searched refs:RAND_POOL_MIN_ALLOCATION (Results 1 – 2 of 2) sorted by relevance
60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) macro
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()