Searched refs:BIO_CTRL_SET_CALLBACK (Results 26 - 27 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dbio.h126 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */ macro
524 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bio/
H A Dbio.h140 # define BIO_CTRL_SET_CALLBACK 14/* opt - set callback function */ macro
595 # define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)

Completed in 124 milliseconds

12