Home | History | Annotate | Download | only in ssl

Lines Matching refs:ssl_set_session

576   ssl_set_session(ssl, NULL);
962 int SSL_set_session(SSL *ssl, SSL_SESSION *session) {
963 /* SSL_set_session may only be called before the handshake has started. */
970 ssl_set_session(ssl, session);
974 void ssl_set_session(SSL *ssl, SSL_SESSION *session) {