OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CTX_flush_sessions_ex
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c
1206
SSL_CTX_flush_sessions_ex
(s, (time_t)t);
1210
void
SSL_CTX_flush_sessions_ex
(SSL_CTX *s, time_t t)
ssl_lib.c
4381
SSL_CTX_flush_sessions_ex
(a, 0);
4776
SSL_CTX_flush_sessions_ex
(s->session_ctx, time(NULL));
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
9646
SSL_CTX_flush_sessions_ex
(ctx, now + TIMEOUT - 1);
9653
SSL_CTX_flush_sessions_ex
(ctx, now + TIMEOUT + 1);
9660
SSL_CTX_flush_sessions_ex
(ctx, now + TIMEOUT + 11);
9679
SSL_CTX_flush_sessions_ex
(ctx, 0);
/src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in
1590
OSSL_DEPRECATEDIN_3_4_FOR("not Y2038-safe, replace with
SSL_CTX_flush_sessions_ex
()")
1593
void
SSL_CTX_flush_sessions_ex
(SSL_CTX *ctx, time_t tm);
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026