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

/external/openssl/crypto/bio/
H A Dbio.h126 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */ macro
518 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
/external/openssl/include/openssl/
H A Dbio.h126 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */ macro
518 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \

Completed in 17 milliseconds