Searched refs:BIO_set_info_callback (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_ctrl.pod | 8 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 D | bss_conn.c | 537 (void)BIO_set_info_callback(dbio, data->info_callback); in conn_ctrl()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 216 BIO_set_info_callback define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 567 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
|
H A D | bio.h.in | 544 # 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 D | Makefile | 915 MLINKS+= BIO_ctrl.3 BIO_set_info_callback.3
|