Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dv1.rs63 ) -> PrecalculatedV1DiscoveryCryptoMaterial { in to_precalculated()
398 pub struct PrecalculatedV1DiscoveryCryptoMaterial { struct
410 impl DiscoveryMetadataCryptoMaterial<V1> for PrecalculatedV1DiscoveryCryptoMaterial { argument
416 impl V1DiscoveryCryptoMaterial for PrecalculatedV1DiscoveryCryptoMaterial { implementation
495 impl<'a> DiscoveryMetadataCryptoMaterial<V1> for &'a PrecalculatedV1DiscoveryCryptoMaterial { implementation
501 impl<'a> V1DiscoveryCryptoMaterial for &'a PrecalculatedV1DiscoveryCryptoMaterial { implementation
Dbook.rs200 ) -> PrecalculatedV1DiscoveryCryptoMaterial { in precalculate()
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/
Dmic_decrypt_tests.rs477 mut mangle_crypto_material: impl FnMut(&mut PrecalculatedV1DiscoveryCryptoMaterial), in do_bad_deserialize_params()