OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_CTX_remove_session
(Results
1 - 2
of
2
) 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);
/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
...]
Completed in 184 milliseconds