Searched defs:CryptoTraitImpl (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/authgraph/core/src/ |
H A D | traits.rs | 33 pub struct CryptoTraitImpl { struct 35 pub aes_gcm: Box<dyn AesGcm>, 37 pub ecdh: Box<dyn EcDh>, 39 pub ecdsa: Box<dyn EcDsa>, 41 pub hmac: Box<dyn Hmac>, 43 pub hkdf: Box<dyn Hkdf>, 45 pub sha256: Box<dyn Sha256>, 47 pub rng: Box<dyn Rng>,
|
H A D | keyexchange.rs | 114 crypto: CryptoTraitImpl, in new()
|
/aosp_15_r20/system/secretkeeper/core/src/ |
H A D | ta.rs | 101 ag_impls: &mut CryptoTraitImpl, in new() 110 ag_impls: &mut CryptoTraitImpl, in new_with_session_limit()
|