Home | History | Annotate | Download | only in crypto

Lines Matching defs:CachedState

65 QuicCryptoClientConfig::CachedState::CachedState()
69 QuicCryptoClientConfig::CachedState::~CachedState() {}
71 bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const {
107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const {
112 QuicCryptoClientConfig::CachedState::GetServerConfig() const {
124 QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig(
164 void QuicCryptoClientConfig::CachedState::InvalidateServerConfig() {
170 void QuicCryptoClientConfig::CachedState::SetProof(const vector<string>& certs,
194 void QuicCryptoClientConfig::CachedState::Clear() {
205 void QuicCryptoClientConfig::CachedState::ClearProof() {
211 void QuicCryptoClientConfig::CachedState::SetProofValid() {
215 void QuicCryptoClientConfig::CachedState::SetProofInvalid() {
220 bool QuicCryptoClientConfig::CachedState::Initialize(
246 const string& QuicCryptoClientConfig::CachedState::server_config() const {
251 QuicCryptoClientConfig::CachedState::source_address_token() const {
255 const vector<string>& QuicCryptoClientConfig::CachedState::certs() const {
259 const string& QuicCryptoClientConfig::CachedState::signature() const {
263 bool QuicCryptoClientConfig::CachedState::proof_valid() const {
267 uint64 QuicCryptoClientConfig::CachedState::generation_counter() const {
272 QuicCryptoClientConfig::CachedState::proof_verify_details() const {
276 void QuicCryptoClientConfig::CachedState::set_source_address_token(
281 void QuicCryptoClientConfig::CachedState::SetProofVerifyDetails(
286 void QuicCryptoClientConfig::CachedState::InitializeFrom(
287 const QuicCryptoClientConfig::CachedState& other) {
317 QuicCryptoClientConfig::CachedState* QuicCryptoClientConfig::LookupOrCreate(
324 CachedState* cached = new CachedState;
340 const CachedState* cached,
394 const CachedState* cached,
582 CachedState* cached,
638 CachedState* cached,
692 CachedState* cached,
767 CachedState* cached,
801 CachedState* canonical_cached =
806 CachedState* cached = LookupOrCreate(server_id);
832 CachedState* server_state) {
855 CachedState* canonical_state = cached_states_[canonical_server_id];