Home
last modified time | relevance | path

Searched defs:MockRng (Results 1 – 2 of 2) sorted by relevance

/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dtests.rs306 struct MockRng; struct
308 impl SeedableRng for MockRng { implementation
316 impl CryptoRng for MockRng {} implementation
318 impl RngCore for MockRng { implementation
/external/pigweed/pw_transfer/integration_test/
Dproxy_test.py28 class MockRng(abc.ABC): class