Home
last modified time | relevance | path

Searched refs:kMinEntropy (Results 1 – 4 of 4) sorted by relevance

/kernel/lib/crypto/
A Dglobal_prng.cpp80 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()
A Dprng.cpp78 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()
/kernel/lib/crypto/include/lib/crypto/
A Dprng.h66 static constexpr uint64_t kMinEntropy = 32; variable
/kernel/vm/include/vm/
A Dvm_aspace.h208 uint8_t aslr_seed_[crypto::PRNG::kMinEntropy];

Completed in 12 milliseconds