Home
last modified time | relevance | path

Searched defs:InjectEntropyBits (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pigweed/pw_random/public/pw_random/
H A Dfuzzer.h33 void InjectEntropyBits(uint32_t /*data*/, in InjectEntropyBits() function
H A Dxor_shift.h71 void InjectEntropyBits(uint32_t data, uint_fast8_t num_bits) final { in InjectEntropyBits() function
/aosp_15_r20/external/pigweed/pw_random_fuchsia/public/pw_random_fuchsia/
H A Dzircon_random_generator.h32 void InjectEntropyBits(uint32_t data, uint_fast8_t num_bits) override { in InjectEntropyBits() function
/aosp_15_r20/external/pigweed/pw_random_fuchsia/
H A Dzircon_random_generator_test.cc27 TEST(ZirconRandomGeneratorTest, InjectEntropyBits) { in TEST() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/size_report/
H A Dhost.cc24 void InjectEntropyBits(uint32_t /*data*/, in InjectEntropyBits() function in __anon3650e8180111::BloatRandomGenerator
/aosp_15_r20/external/pigweed/pw_random/
H A Dxor_shift_test.cc63 TEST(XorShiftStarRng64, InjectEntropyBits) { in TEST() argument