Searched refs:entropy_per_1000_bytes (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/lib/crypto/entropy/
H A Dcollector.cpp15 Collector::Collector(const char* name, size_t entropy_per_1000_bytes) argument
17 entropy_per_1000_bytes_(entropy_per_1000_bytes) {
H A Dcollector_unittest.cpp18 MockCollector(size_t entropy_per_1000_bytes) argument
19 : Collector("mock", entropy_per_1000_bytes) {}
/fuchsia/zircon/kernel/lib/crypto/include/lib/crypto/entropy/
H A Dcollector.h39 // |entropy_per_1000_bytes| is the (approximate) amount of min-entropy in
44 // |entropy_per_1000_bytes| is 0 or is greater than 8000.
48 // entropy_per_1000_bytes.
49 Collector(const char* name, size_t entropy_per_1000_bytes);

Completed in 39 milliseconds