Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h85 # define BIO_CTRL_GET_CALLBACK 15/* opt - set callback function */ macro
490 # define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbss_conn.c512 case BIO_CTRL_GET_CALLBACK: in conn_ctrl()