Searched refs:SSL_InvalidateSession (Results 1 – 5 of 5) sorted by relevance
17 SSL_IMPORT SECStatus SSL_InvalidateSession(PRFileDesc *fd);38 @@ -1469,6 +1469,49 @@ SSL_InvalidateSession(PRFileDesc *fd)
28 SSL_InvalidateSession
892 SSL_IMPORT SECStatus SSL_InvalidateSession(PRFileDesc *fd);
1452 SSL_InvalidateSession(PRFileDesc *fd) in SSL_InvalidateSession() function
1803 if (rv == SECSuccess && SSL_InvalidateSession(nss_fd_) != SECSuccess) in DoHandshake()