Searched refs:nss_handshake_state_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/socket/
H A Dssl_client_socket_nss.cc747 // Update the nss_handshake_state_ with the SignedCertificateTimestampList
751 // handshake, and update nss_handshake_state_ with
754 // Updates the nss_handshake_state_ with the negotiated security parameters.
815 // The current handshake state. Mirrors |nss_handshake_state_|.
872 HandshakeState nss_handshake_state_; member in class:net::SSLClientSocketNSS::Core
1251 CERTCertificate* old_cert = core->nss_handshake_state_.server_cert_chain[0];
1364 core->nss_handshake_state_.cert_authorities.clear();
1370 core->nss_handshake_state_.cert_authorities.push_back(std::string(
1379 core->nss_handshake_state_));
1457 core->nss_handshake_state_
[all...]

Completed in 191 milliseconds