Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h36 #define CCDRBG_RESEED_INTERVAL ((uint64_t)1<<48) // must be able to fit the NIST maximum o… macro
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c211 …cc_require(drbg_ctx->reseed_counter <= CCDRBG_RESEED_INTERVAL || !drbg_ctx->custom->strictFIPS, ou… in generate()