Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/
H A Dccdrbg.h37 #define CCDRBG_RESEED_INTERVAL ((uint64_t)1<<48) // must be able to fit the NIST maximum o… macro
/xnu-11215.1.10/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c208 (drbg_ctx->reseed_counter > CCDRBG_RESEED_INTERVAL); in must_reseed()