Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h27 # define MAX_RESEED_INTERVAL (1 << 24) macro
H A Ddrbg_lib.c715 if (interval > MAX_RESEED_INTERVAL) in RAND_DRBG_set_reseed_interval()
755 if (_master_reseed_interval > MAX_RESEED_INTERVAL in RAND_DRBG_set_reseed_defaults()
756 || _slave_reseed_interval > MAX_RESEED_INTERVAL) in RAND_DRBG_set_reseed_defaults()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_local.h26 # define MAX_RESEED_INTERVAL (1 << 24) macro