HomeSort by: relevance | last modified time | path
    Searched defs:SSL_CTX_remove_session (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c 691 SSL_CTX_remove_session(s->session_ctx, ret);
827 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
1234 SSL_CTX_remove_session(s->session_ctx, s->session);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_sess.c 587 SSL_CTX_remove_session(s->session_ctx, ret);
714 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
1055 * The reason we don't call SSL_CTX_remove_session() is to save on
1092 SSL_CTX_remove_session(s->session_ctx, s->session);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c 674 SSL_CTX_remove_session(s->session_ctx, ret);
810 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
1262 SSL_CTX_remove_session(s->session_ctx, s->session);

Completed in 17 milliseconds