Home
last modified time | relevance | path

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

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