Searched refs:CCDRBG_RESEED_INTERVAL (Results 1 – 2 of 2) sorted by relevance
36 #define CCDRBG_RESEED_INTERVAL ((uint64_t)1<<48) // must be able to fit the NIST maximum o… macro
211 …cc_require(drbg_ctx->reseed_counter <= CCDRBG_RESEED_INTERVAL || !drbg_ctx->custom->strictFIPS, ou… in generate()