Searched refs:kMinEntropy (Results 1 – 4 of 4) sorted by relevance
80 return (entropy_added >= PRNG::kMinEntropy); in IntegrateCmdlineEntropy()85 uint8_t buf[PRNG::kMinEntropy] = {0}; in SeedFrom()86 size_t remaining = collector->BytesNeeded(8 * PRNG::kMinEntropy); in SeedFrom()156 uint8_t buf[PRNG::kMinEntropy] = {0}; in EarlyBootSeed()
78 accumulated_.fetch_add(size) + size >= kMinEntropy) { in AddEntropy()87 if (is_thread_safe() && accumulated_.load() < kMinEntropy) { in Draw()142 event_init(&ready_, accumulated_.load() < kMinEntropy, 0); in BecomeThreadSafe()
66 static constexpr uint64_t kMinEntropy = 32; variable
208 uint8_t aslr_seed_[crypto::PRNG::kMinEntropy];
Completed in 12 milliseconds