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

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h231 * arg will generally be |BIO_CTRL_SET_CALLBACK| but arbitary command values
638 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
/external/openssl/crypto/bio/
H A Dbio.h137 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
/external/openssl/include/openssl/
H A Dbio.h137 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)

Completed in 192 milliseconds