Searched refs:BIO_CTRL_SET_CALLBACK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c446 case BIO_CTRL_SET_CALLBACK:
481 case BIO_CTRL_SET_CALLBACK:
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c541 case BIO_CTRL_SET_CALLBACK:
575 case BIO_CTRL_SET_CALLBACK:
H A Dbio.h140 # define BIO_CTRL_SET_CALLBACK 14/* opt - set callback function */ macro
599 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)

Completed in 54 milliseconds