Home
last modified time | relevance | path

Searched refs:BIO_get_num_renegotiates (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_f_ssl.pod8 BIO_get_num_renegotiates, BIO_set_ssl_renegotiate_timeout, BIO_new_ssl,
26 long BIO_get_num_renegotiates(BIO *b);
75 BIO_get_num_renegotiates() returns the total number of session
132 BIO_get_num_renegotiates(), and BIO_do_handshake() are implemented as macros.
139 BIO_set_ssl_renegotiate_timeout() and BIO_get_num_renegotiates() return 1 on
/freebsd/crypto/openssl/util/
H A Dother.syms188 BIO_get_num_renegotiates define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h530 # define BIO_get_num_renegotiates(b) \ macro
H A Dbio.h.in507 # define BIO_get_num_renegotiates(b) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile827 MLINKS+= BIO_f_ssl.3 BIO_get_num_renegotiates.3
/freebsd/crypto/openssl/
H A DCHANGES.md15243 * Fix buggy behaviour of BIO_get_num_renegotiates() and BIO_ctrl()