OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CTX_remove_session
(Results
1 - 6
of
6
) sorted by null
/external/openssl/ssl/
ssl_sess.c
570
SSL_CTX_remove_session
(s->session_ctx,ret);
660
int
SSL_CTX_remove_session
(SSL_CTX *ctx, SSL_SESSION *c)
915
/* The reason we don't call
SSL_CTX_remove_session
() is to
952
SSL_CTX_remove_session
(s->ctx,s->session);
[
all
...]
s3_pkt.c
[
all
...]
ssl.h
[
all
...]
d1_pkt.c
1081
SSL_CTX_remove_session
(s->ctx,s->session);
[
all
...]
/external/openssl/include/openssl/
ssl.h
[
all
...]
/external/chromium/net/socket/
ssl_client_socket_openssl.cc
759
int rv =
SSL_CTX_remove_session
(SSL_get_SSL_CTX(ssl_), session);
[
all
...]
Completed in 34 milliseconds