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