Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod8 BIO_get_info_callback, BIO_set_info_callback, BIO_info_cb, BIO_get_ktls_send,
36 int BIO_set_info_callback(BIO *b, BIO_info_cb *cb);
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c537 (void)BIO_set_info_callback(dbio, data->info_callback); in conn_ctrl()
/freebsd/crypto/openssl/util/
H A Dother.syms216 BIO_set_info_callback define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h567 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
H A Dbio.h.in544 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile915 MLINKS+= BIO_ctrl.3 BIO_set_info_callback.3