Home
last modified time | relevance | path

Searched defs:V1DiscoveryCryptoMaterial (Results 1 – 4 of 4) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv1.rs363 pub trait V1DiscoveryCryptoMaterial: DiscoveryMetadataCryptoMaterial<V1> { trait
460 impl<'a> V1DiscoveryCryptoMaterial for &'a V1DiscoveryCredential { impl
501 impl<'a> V1DiscoveryCryptoMaterial for &'a PrecalculatedV1DiscoveryCryptoMaterial { impl
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs404 crypto_material: &impl V1DiscoveryCryptoMaterial, in try_deserialize()
481 crypto_material: &impl V1DiscoveryCryptoMaterial, in try_resolve_identity_and_deserialize()
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/intermediate/
Dmod.rs246 C: V1DiscoveryCryptoMaterial, in try_resolve_identity_and_decrypt()
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/
Dmod.rs282 fn try_decrypt_with_credential<C: V1DiscoveryCryptoMaterial, P: CryptoProvider>( in try_decrypt_with_credential()