Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/core/src/
H A Dtraits.rs33 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 Dkeyexchange.rs114 crypto: CryptoTraitImpl, in new()
/aosp_15_r20/system/secretkeeper/core/src/
H A Dta.rs101 ag_impls: &mut CryptoTraitImpl, in new()
110 ag_impls: &mut CryptoTraitImpl, in new_with_session_limit()