Home | History | Annotate | Download | only in http

Lines Matching refs:TransportSecurityState

5 // TransportSecurityState maintains an in memory database containing the
12 // let the TransportSecurityState run for a while without being loaded.
17 // deserializes and configures the TransportSecurityState.
19 // The TransportSecurityState object supports running a callback function
22 // TransportSecurityState calls...
30 // copies the current state of the TransportSecurityState, serializes
57 : public TransportSecurityState::Delegate,
60 TransportSecurityPersister(TransportSecurityState* state,
66 // Called by the TransportSecurityState when it changes its state.
67 virtual void StateIsDirty(TransportSecurityState*) OVERRIDE;
95 // Base64(SHA256(TransportSecurityState::CanonicalizeHost(domain))).
116 TransportSecurityState* state);
120 TransportSecurityState* transport_security_state_;