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

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

Completed in 189 milliseconds