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

  /external/openssl/crypto/bio/
bio.h 138 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */
577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    [all...]
  /external/openssl/include/openssl/
bio.h 138 #define BIO_CTRL_GET_CALLBACK 15 /* opt - set callback function */
577 #define BIO_get_info_callback(b,cbp) (int)BIO_ctrl(b,BIO_CTRL_GET_CALLBACK,0, \
    [all...]

Completed in 128 milliseconds