Searched refs:PrecalculatedCryptoForProtocolVersion (Results 1 – 1 of 1) sorted by relevance
206 type PrecalculatedCryptoForProtocolVersion<V> = typedef211 ) -> 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 …]