Searched refs:kMaxEntropy (Results 1 – 2 of 2) sorted by relevance
| /kernel/lib/crypto/include/lib/crypto/ | ||
| A D | prng.h | 70 static constexpr uint64_t kMaxEntropy = 1ULL << 30; variable |
| /kernel/lib/crypto/ | ||
| A D | prng.cpp | 54 ASSERT(size <= kMaxEntropy); in AddEntropy() |
Completed in 4 milliseconds