Home
last modified time | relevance | path

Searched defs:Rand8 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/secagg/testing/
H A Dfake_prng.h38 uint8_t Rand8() override { return static_cast<uint8_t>(++value_); } in Rand8() function
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dcrypto_rand_prng.cc37 uint8_t CryptoRandPrng::Rand8() { return Rand<uint8_t>(); } in Rand8() function in fcp::secagg::CryptoRandPrng
H A Daes_ctr_prng.cc65 uint8_t AesCtrPrng::Rand8() { in Rand8() function in fcp::secagg::AesCtrPrng
/aosp_15_r20/external/libvpx/test/
H A Dacm_random.h55 uint8_t Rand8() { in Rand8() function
/aosp_15_r20/external/libaom/test/
H A Dacm_random.h62 uint8_t Rand8() { in Rand8() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhttp2_random.h65 uint8_t Rand8() { return Rand64(); } in Rand8() function
/aosp_15_r20/external/libgav1/tests/third_party/libvpx/
H A Dacm_random.h58 uint8_t Rand8(void) { in Rand8() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
H A Dhpack_block_decoder_test.cc73 uint8_t Rand8() { return Random().Rand8(); } in Rand8() function in http2::test::__anonb80d21f80111::HpackBlockDecoderTest