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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_sess.c 551 SSL_CTX_remove_session(s->initial_ctx,ret);
648 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
905 /* The reason we don't call SSL_CTX_remove_session() is to
935 SSL_CTX_remove_session(s->ctx,s->session);
s3_pkt.c     [all...]
d1_pkt.c 1077 SSL_CTX_remove_session(s->ctx,s->session);
    [all...]
  /external/openssl/ssl/
ssl_sess.c 620 SSL_CTX_remove_session(s->session_ctx,ret);
717 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c)
991 /* The reason we don't call SSL_CTX_remove_session() is to
1028 SSL_CTX_remove_session(s->ctx,s->session);
    [all...]
s3_pkt.c     [all...]
ssl.h     [all...]
d1_pkt.c     [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 900 int rv = SSL_CTX_remove_session(SSL_get_SSL_CTX(ssl_), session);
    [all...]

Completed in 222 milliseconds