Home | History | Annotate | Download | only in crypto

Lines Matching defs:CachedState

33   // A CachedState contains the information that the client needs in order to
36 class NET_EXPORT_PRIVATE CachedState {
38 CachedState();
39 ~CachedState();
101 void InitializeFrom(const CachedState& other);
130 DISALLOW_COPY_AND_ASSIGN(CachedState);
139 // LookupOrCreate returns a CachedState for the given |server_id|. If no such
140 // CachedState currently exists, it will be created and cached.
141 CachedState* LookupOrCreate(const QuicServerId& server_id);
143 // Delete all CachedState objects from cached_states_.
155 const CachedState* cached,
162 // with the |IsComplete| member of |CachedState|.
176 const CachedState* cached,
186 // true for that server's CachedState. If the rejection message contains
193 CachedState* cached,
209 CachedState* cached,
221 CachedState* cached,
241 // Initialize the CachedState from |canonical_crypto_config| for the
242 // |canonical_server_id| as the initial CachedState for |server_id|. We will
270 typedef std::map<QuicServerId, CachedState*> CachedStateMap;
280 CachedState* cached,
287 CachedState* cached);