Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dtests.rs21 struct FakeRng(u8); struct
23 impl crate::crypto::Rng for FakeRng { implementation