Home
last modified time | relevance | path

Searched refs:PrecalculatedCryptoForProtocolVersion (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dbook.rs206 type PrecalculatedCryptoForProtocolVersion<V> = typedef
211 ) -> PrecalculatedCryptoForProtocolVersion<V> in precalculate_crypto_material()
237 cache: &'a [Option<PrecalculatedCryptoForProtocolVersion<V>>; N],
279 cache: [Option<PrecalculatedCryptoForProtocolVersion<V>>; N],
290 ) -> [Option<PrecalculatedCryptoForProtocolVersion<V>>; N] in init_cache_from_source()
316 cache: [Option<PrecalculatedCryptoForProtocolVersion<V>>; N], in new()
330 Precalculated(&'a PrecalculatedCryptoForProtocolVersion<V>),
350 fn from_precalculated(precalculated: &'a PrecalculatedCryptoForProtocolVersion<V>) -> Self { in from_precalculated()
487 credentials: Vec<(PrecalculatedCryptoForProtocolVersion<V>, M)>,
528 &'a PrecalculatedCryptoForProtocolVersion<V>: DiscoveryMetadataCryptoMaterial<V>,
[all …]