Searched refs:SSL_CTX_sess_set_cache_size (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_sess_set_cache_size.pod | 5 SSL_CTX_sess_set_cache_size, SSL_CTX_sess_get_cache_size - manipulate session cache size 11 long SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, long t); 16 SSL_CTX_sess_set_cache_size() sets the size of the internal session cache 26 can be modified using the SSL_CTX_sess_set_cache_size() call. A special 42 SSL_CTX_sess_set_cache_size() returns the previously valid size.
|
H A D | SSL_CTX_flush_sessions.pod | 21 up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
|
H A D | SSL_CTX_sess_number.pod | 74 L<SSL_CTX_sess_set_cache_size(3)>
|
H A D | SSL_CTX_set_session_cache_mode.pod | 131 L<SSL_CTX_sess_set_cache_size(3)>,
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 502 SSL_CTX_sess_set_cache_size define
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 1895 SSL_CTX_sess_set_cache_size(ctx, 128); in s_server_main() 2000 SSL_CTX_sess_set_cache_size(ctx2, 128); in s_server_main()
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2166 DEPEND[html/man3/SSL_CTX_sess_set_cache_size.html]=man3/SSL_CTX_sess_set_cache_size.pod 2167 GENERATE[html/man3/SSL_CTX_sess_set_cache_size.html]=man3/SSL_CTX_sess_set_cache_size.pod 2168 DEPEND[man/man3/SSL_CTX_sess_set_cache_size.3]=man3/SSL_CTX_sess_set_cache_size.pod 2169 GENERATE[man/man3/SSL_CTX_sess_set_cache_size.3]=man3/SSL_CTX_sess_set_cache_size.pod 3327 html/man3/SSL_CTX_sess_set_cache_size.html \ 3935 man/man3/SSL_CTX_sess_set_cache_size.3 \
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 1526 SSL_CTX_sess_set_cache_size(*ctx, 1);
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 2316 if (!TEST_long_ne(SSL_CTX_sess_set_cache_size(sctx, 1), 0)) in execute_test_session() 9052 SSL_CTX_sess_set_cache_size(sctx, 1); in test_session_cache_overflow() 10692 SSL_CTX_sess_set_cache_size(sctx, 5); in test_multi_resume()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2181 # define SSL_CTX_sess_set_cache_size(ctx,t) \ macro
|
H A D | ssl.h.in | 2109 # define SSL_CTX_sess_set_cache_size(ctx,t) \ macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 423 MAN+= SSL_CTX_sess_set_cache_size.3 3851 MLINKS+= SSL_CTX_sess_set_cache_size.3 SSL_CTX_sess_get_cache_size.3
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 18482 OLD_FILES+=usr/share/man/man3/SSL_CTX_sess_set_cache_size.3.gz
|