Home
last modified time | relevance | path

Searched refs:SSL_CTX_sess_set_cache_size (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_sess_set_cache_size.pod5 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 DSSL_CTX_flush_sessions.pod30 up to the specified maximum number (see SSL_CTX_sess_set_cache_size()).
H A DSSL_CTX_sess_number.pod74 L<SSL_CTX_sess_set_cache_size(3)>
H A DSSL_CTX_set_session_cache_mode.pod131 L<SSL_CTX_sess_set_cache_size(3)>,
/freebsd/crypto/openssl/demos/guide/
H A Dtls-server-block.c185 SSL_CTX_sess_set_cache_size(ctx, 1024); in main()
/freebsd/crypto/openssl/util/
H A Dother.syms576 SSL_CTX_sess_set_cache_size define
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod159 SSL_CTX_sess_set_cache_size(ctx, 1024);
/freebsd/crypto/openssl/apps/
H A Ds_server.c1975 SSL_CTX_sess_set_cache_size(ctx, 128); in s_server_main()
2086 SSL_CTX_sess_set_cache_size(ctx2, 128); in s_server_main()
/freebsd/contrib/sendmail/src/
H A Dtls.c1526 SSL_CTX_sess_set_cache_size(*ctx, 1);
/freebsd/crypto/openssl/doc/
H A Dbuild.info2282 DEPEND[html/man3/SSL_CTX_sess_set_cache_size.html]=man3/SSL_CTX_sess_set_cache_size.pod
2283 GENERATE[html/man3/SSL_CTX_sess_set_cache_size.html]=man3/SSL_CTX_sess_set_cache_size.pod
2284 DEPEND[man/man3/SSL_CTX_sess_set_cache_size.3]=man3/SSL_CTX_sess_set_cache_size.pod
2285 GENERATE[man/man3/SSL_CTX_sess_set_cache_size.3]=man3/SSL_CTX_sess_set_cache_size.pod
3618 html/man3/SSL_CTX_sess_set_cache_size.html \
4290 man/man3/SSL_CTX_sess_set_cache_size.3 \
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2225 # define SSL_CTX_sess_set_cache_size(ctx,t) \ macro
H A Dssl.h.in2178 # define SSL_CTX_sess_set_cache_size(ctx,t) \ macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2347 if (!TEST_long_ne(SSL_CTX_sess_set_cache_size(sctx, 1), 0)) in execute_test_session()
9579 SSL_CTX_sess_set_cache_size(sctx, 1); in test_session_cache_overflow()
12136 SSL_CTX_sess_set_cache_size(sctx, 5); in test_multi_resume()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile452 MAN+= SSL_CTX_sess_set_cache_size.3
4065 MLINKS+= SSL_CTX_sess_set_cache_size.3 SSL_CTX_sess_get_cache_size.3