Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Drng.rs28 fn box_clone(&self) -> Box<dyn Rng> { in box_clone() method
Daes.rs84 fn box_clone(&self) -> Box<dyn AesGcm> { in box_clone() method
/system/authgraph/core/src/
Dtraits.rs75 fn box_clone(&self) -> Box<dyn AesGcm>; in box_clone() method
150 fn box_clone(&self) -> Box<dyn Rng>; in box_clone() method