Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/prng_seeder/src/
H A Dconditioner.rs26 pub struct ConditionerBuilder { struct
31 impl ConditionerBuilder { implementation
32 pub fn new(mut hwrng: File) -> Result<ConditionerBuilder> { in new()
H A Dmain.rs93 async fn listen_loop(cb: ConditionerBuilder, listener: UnixListener) -> Result<Infallible> { in listen_loop()