Searched defs:cache (Results 1 – 4 of 4) sorted by relevance
33 cache: Arc<Mutex<Vec<HandshakeCacheItem>>>, field51 let mut cache = self.cache.lock().await; in push() localVariable74 let cache = self.cache.lock().await; in pull() localVariable105 let cache = self.cache.lock().await; in full_pull_map() localVariable
23 cache: HashMap<u16, Vec<Fragment>>, field
62 cache: HandshakeCache, field73 pub(crate) cache: HandshakeCache, // caching of handshake messages for verifyData generation field265 let cache = HandshakeCache::new(); in new() localVariable
825 let mut cache = HandshakeCache::new(); in test_flight4_process_certificateverify() localVariable