HomeSort by relevance Sort by last modified time
    Searched defs:BIO_CTRL_SET_CALLBACK (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bio/
bio.h 137 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */
579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
    [all...]
  /external/openssl/include/openssl/
bio.h 137 #define BIO_CTRL_SET_CALLBACK 14 /* opt - set callback function */
579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
    [all...]

Completed in 369 milliseconds