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

/external/openssl/crypto/bio/
H A Dbio.h137 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
579 #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
579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)

Completed in 314 milliseconds