Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/hal/src/
H A Dhal.rs103 pub trait Fromm<T>: Sized { trait
146 impl<T, U> Fromm<Vec<T>> for Vec<U> impl
159 impl Fromm<wire::sharedsecret::SharedSecretParameters> impl
215 impl Fromm<wire::keymint::KeyMintHardwareInfo> impl
424 impl Fromm<sharedsecret::SharedSecretParameters::SharedSecretParameters> impl
746 impl Fromm<$wenum> for $henum { impl
/aosp_15_r20/system/authgraph/hal/src/
H A Dlib.rs36 pub trait Fromm<T>: Sized { interface