Home
last modified time | relevance | path

Searched refs:BIO_CTRL_GET_CALLBACK (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h97 # define BIO_CTRL_GET_CALLBACK 15/* opt - set callback function */ macro
565 # define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
H A Dbio.h.in98 # define BIO_CTRL_GET_CALLBACK 15/* opt - set callback function */ macro
542 # define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_conn.c543 case BIO_CTRL_GET_CALLBACK: in conn_ctrl()