Searched refs:kMaxReseedCount (Results 1 – 1 of 1) sorted by relevance
28 static const uint64_t kMaxReseedCount = UINT64_C(1) << 48; variable140 if (drbg->reseed_counter > kMaxReseedCount) { in CTR_DRBG_generate()