Searched defs:CryptoTraitImpl (Results 1 – 5 of 5) sorted by relevance
| /system/authgraph/core/src/ |
| 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>,
|
| D | keyexchange.rs | 114 crypto: CryptoTraitImpl, in new()
|
| /system/see/authmgr/authmgr-be/src/ |
| D | traits.rs | 29 pub struct CryptoTraitImpl { struct 31 pub ecdsa: Box<dyn EcDsa>, 33 pub rng: Box<dyn Rng>,
|
| D | authorization.rs | 85 crypto: CryptoTraitImpl, in new()
|
| /system/secretkeeper/core/src/ |
| D | ta.rs | 101 ag_impls: &mut CryptoTraitImpl, in new() 110 ag_impls: &mut CryptoTraitImpl, in new_with_session_limit()
|