Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h91 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) macro