Searched defs:HandshakeState (Results 1 – 4 of 4) sorted by relevance
17 enum HandshakeState { enum
70 enum HandshakeState { enum
404 struct HandshakeState { struct405 HandshakeState() { Reset(); } in HandshakeState() function407 void Reset() { in Reset()421 SSLClientSocket::NextProtoStatus next_proto_status;422 std::string next_proto;425 bool channel_id_sent;429 std::vector<std::string> cert_authorities;440 PeerCertificateChain server_cert_chain;441 scoped_refptr<X509Certificate> server_cert;443 std::string sct_list_from_tls_extension;[all …]
82 enum HandshakeState { enum