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

  /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...]
s3_pkt.c     [all...]
ssl.h     [all...]
d1_pkt.c     [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 771 int rv = SSL_CTX_remove_session(SSL_get_SSL_CTX(ssl_), session);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 63 milliseconds