Home
last modified time | relevance | path

Searched refs:SSL_set_num_tickets (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_num_tickets.pod5 SSL_set_num_tickets,
16 int SSL_set_num_tickets(SSL *s, size_t num_tickets);
24 SSL_CTX_set_num_tickets() and SSL_set_num_tickets() can be called for a server
32 SSL_set_num_tickets() or SSL_CTX_set_num_tickets(). If B<num_tickets> is set to
41 handshake then SSL_set_num_tickets() can be called again prior to calling
67 SSL_set_num_tickets(), or 2 if no such call has been made.
71 SSL_CTX_set_num_tickets(), SSL_set_num_tickets(), and
84 SSL_set_num_tickets(), SSL_get_num_tickets(), SSL_CTX_set_num_tickets(), and
H A DSSL_CTX_set_options.pod297 L<SSL_set_num_tickets(3)>.
/freebsd/secure/lib/libssl/
H A DVersion.map492 SSL_set_num_tickets;
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c662 rv = SSL_set_num_tickets(cctx->ssl, num_tickets); in cmd_NumTickets()
H A Dssl_lib.c4774 int SSL_set_num_tickets(SSL *s, size_t num_tickets) in SSL_set_num_tickets() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num489 SSL_set_num_tickets 490 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2292 int SSL_set_num_tickets(SSL *s, size_t num_tickets);
H A Dssl.h.in2220 int SSL_set_num_tickets(SSL *s, size_t num_tickets);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4176 MLINKS+= SSL_CTX_set_num_tickets.3 SSL_set_num_tickets.3