HomeSort by relevance Sort by last modified time
    Searched defs:SSL_CTX_remove_session (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 608 SSL_CTX_remove_session(s->session_ctx,ret);
705 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
979 /* The reason we don't call SSL_CTX_remove_session() is to
1016 SSL_CTX_remove_session(s->ctx,s->session);
    [all...]
  /external/openssl/ssl/
ssl_sess.c 608 SSL_CTX_remove_session(s->session_ctx,ret);
705 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
979 /* The reason we don't call SSL_CTX_remove_session() is to
1016 SSL_CTX_remove_session(s->ctx,s->session);
    [all...]

Completed in 341 milliseconds