Searched refs:SSL_HandshakeResumedSession (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | didhandshakeresume.patch | 8 +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",
|
D | getrequestedclientcerttypes.patch | 59 @@ -1933,6 +1933,20 @@ SSL_HandshakeResumedSession(PRFileDesc *
|
D | signedcertificatetimestamps.patch | 395 SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) {
|
D | channelid.patch | 433 SSL_IMPORT SECStatus SSL_HandshakeResumedSession(PRFileDesc *fd,
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | exports_win.def | 60 SSL_HandshakeResumedSession
|
D | ssl.h | 1061 SSL_IMPORT SECStatus SSL_HandshakeResumedSession(PRFileDesc *fd,
|
D | sslsock.c | 2061 SSL_HandshakeResumedSession(PRFileDesc *fd, PRBool *handshake_resumed) { in SSL_HandshakeResumedSession() function
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_nss.cc | 1705 SECStatus rv = SSL_HandshakeResumedSession(nss_fd_, &last_handshake_resumed); in HandshakeSucceeded()
|