Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_conn.c526 (void)BIO_set_info_callback(dbio, data->info_callback); in conn_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h495 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro