Searched defs:V1DiscoveryCryptoMaterial (Results 1 – 4 of 4) sorted by relevance
363 pub trait V1DiscoveryCryptoMaterial: DiscoveryMetadataCryptoMaterial<V1> { trait460 impl<'a> V1DiscoveryCryptoMaterial for &'a V1DiscoveryCredential { impl501 impl<'a> V1DiscoveryCryptoMaterial for &'a PrecalculatedV1DiscoveryCryptoMaterial { impl
404 crypto_material: &impl V1DiscoveryCryptoMaterial, in try_deserialize()481 crypto_material: &impl V1DiscoveryCryptoMaterial, in try_resolve_identity_and_deserialize()
246 C: V1DiscoveryCryptoMaterial, in try_resolve_identity_and_decrypt()
282 fn try_decrypt_with_credential<C: V1DiscoveryCryptoMaterial, P: CryptoProvider>( in try_decrypt_with_credential()