Home
last modified time | relevance | path

Searched refs:SSL_HandshakeResumedSession (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Ddidhandshakeresume.patch8 +SSL_IMPORT SECStatus SSL_HandshakeResumedSession(PRFileDesc *fd,
22 +SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) {
26 + SSL_DBG(("%d: SSL[%d]: bad socket in SSL_HandshakeResumedSession",
Dgetrequestedclientcerttypes.patch59 @@ -1933,6 +1933,20 @@ SSL_HandshakeResumedSession(PRFileDesc *
Dsignedcertificatetimestamps.patch395 SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) {
Dchannelid.patch433 SSL_IMPORT SECStatus SSL_HandshakeResumedSession(PRFileDesc *fd,
/external/chromium_org/net/third_party/nss/ssl/
Dexports_win.def60 SSL_HandshakeResumedSession
Dssl.h1061 SSL_IMPORT SECStatus SSL_HandshakeResumedSession(PRFileDesc *fd,
Dsslsock.c2061 SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) { in SSL_HandshakeResumedSession() function
/external/chromium_org/net/socket/
Dssl_client_socket_nss.cc1705 SECStatus rv = SSL_HandshakeResumedSession(nss_fd_, &last_handshake_resumed); in HandshakeSucceeded()