Home
last modified time | relevance | path

Searched refs:BIO_CTRL_SET_CALLBACK (Results 1 – 8 of 8) sorted by relevance

/third_party/boringssl/src/ssl/
Dbio_ssl.cc162 case BIO_CTRL_SET_CALLBACK: in ssl_callback_ctrl()
/third_party/openssl/crypto/bio/
Dbss_conn.c509 case BIO_CTRL_SET_CALLBACK: in conn_ctrl()
538 case BIO_CTRL_SET_CALLBACK: in conn_callback_ctrl()
Dbio_lib.c545 || (cmd != BIO_CTRL_SET_CALLBACK)) { in BIO_callback_ctrl()
/third_party/openssl/ssl/
Dbio_ssl.c384 case BIO_CTRL_SET_CALLBACK: in ssl_ctrl()
403 case BIO_CTRL_SET_CALLBACK: in ssl_callback_ctrl()
/third_party/boringssl/src/include/openssl/
Dbio.h715 #define BIO_CTRL_SET_CALLBACK 14 macro
/third_party/boringssl/src/crypto/bio/
Dconnect.c492 case BIO_CTRL_SET_CALLBACK: in conn_callback_ctrl()
/third_party/openssl/include/openssl/
Dbio.h84 # define BIO_CTRL_SET_CALLBACK 14/* opt - set callback function */ macro
492 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
/third_party/openssl/doc/man3/
DBIO_set_callback.pod208 Note: B<cmd> == B<BIO_CTRL_SET_CALLBACK> is special, because B<parg> is not the