Searched refs:SSL_CTX_flush_sessions (Results 1 – 20 of 20) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_flush_sessions.pod | 5 SSL_CTX_flush_sessions - remove expired sessions 11 void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm); 15 SSL_CTX_flush_sessions() causes a run through the session cache of 26 or manually by calling SSL_CTX_flush_sessions(). 32 SSL_CTX_flush_sessions() will only check sessions stored in the internal 39 SSL_CTX_flush_sessions() does not return a value.
|
| H A D | SSL_CTX_sess_set_cache_size.pod | 32 L<SSL_CTX_flush_sessions(3)> to remove 51 L<SSL_CTX_flush_sessions(3)>
|
| H A D | SSL_CTX_set_timeout.pod | 36 L<SSL_CTX_flush_sessions(3)> is called, either 66 L<SSL_CTX_flush_sessions(3)>,
|
| H A D | SSL_CTX_set_session_cache_mode.pod | 75 L<SSL_CTX_flush_sessions(3)> function. Since 78 L<SSL_CTX_flush_sessions(3)> can be called 135 L<SSL_CTX_flush_sessions(3)>
|
| H A D | SSL_SESSION_free.pod | 50 L<SSL_CTX_flush_sessions(3)> operation. 73 L<SSL_CTX_flush_sessions(3)>,
|
| H A D | SSL_get_default_timeout.pod | 38 L<SSL_CTX_flush_sessions(3)>,
|
| H A D | SSL_SESSION_has_ticket.pod | 30 may also become invalid as a result of a call to SSL_CTX_flush_sessions().
|
| H A D | SSL_get_session.pod | 68 during L<SSL_CTX_flush_sessions(3)>.
|
| H A D | SSL_CTX_sess_set_get_cb.pod | 110 L<SSL_CTX_flush_sessions(3)>,
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 71 SSL_CTX_flush_sessions;
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 1181 void SSL_CTX_flush_sessions(SSL_CTX *s, long t) in SSL_CTX_flush_sessions() function
|
| H A D | ssl_lib.c | 3492 SSL_CTX_flush_sessions(a, 0); in SSL_CTX_free() 3819 SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL)); in ssl_update_cache()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libssl.num | 189 SSL_CTX_flush_sessions 190 3_0_0 EXIST::FUNCTION:
|
| /freebsd-14.2/crypto/openssl/doc/ |
| H A D | build.info | 2134 DEPEND[html/man3/SSL_CTX_flush_sessions.html]=man3/SSL_CTX_flush_sessions.pod 2135 GENERATE[html/man3/SSL_CTX_flush_sessions.html]=man3/SSL_CTX_flush_sessions.pod 2136 DEPEND[man/man3/SSL_CTX_flush_sessions.3]=man3/SSL_CTX_flush_sessions.pod 2137 GENERATE[man/man3/SSL_CTX_flush_sessions.3]=man3/SSL_CTX_flush_sessions.pod 3319 html/man3/SSL_CTX_flush_sessions.html \ 3927 man/man3/SSL_CTX_flush_sessions.3 \
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | sslapitest.c | 8957 SSL_CTX_flush_sessions(ctx, now + TIMEOUT - 1); in test_session_timeout() 8964 SSL_CTX_flush_sessions(ctx, now + TIMEOUT + 1); in test_session_timeout() 8971 SSL_CTX_flush_sessions(ctx, now + TIMEOUT + 11); in test_session_timeout() 8990 SSL_CTX_flush_sessions(ctx, 0); in test_session_timeout()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1616 void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
|
| H A D | ssl.h.in | 1544 void SSL_CTX_flush_sessions(SSL_CTX *ctx, long tm);
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1195 SSL_CTX_flush_sessions(ssl, 0); in tls_deinit()
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 415 MAN+= SSL_CTX_flush_sessions.3
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 17662 OLD_FILES+=usr/share/man/man3/SSL_CTX_flush_sessions.3.gz
|