Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/rand/
H A Drand_lcl.h27 # define MAX_RESEED_INTERVAL (1 << 24) macro
H A Ddrbg_lib.c730 if (interval > MAX_RESEED_INTERVAL) in RAND_DRBG_set_reseed_interval()
770 if (_master_reseed_interval > MAX_RESEED_INTERVAL in RAND_DRBG_set_reseed_defaults()
771 || _slave_reseed_interval > MAX_RESEED_INTERVAL) in RAND_DRBG_set_reseed_defaults()