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

  /external/openssl/crypto/bio/
bss_conn.c 581 case BIO_CTRL_SET_CALLBACK:
615 case BIO_CTRL_SET_CALLBACK:
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/ssl/
bio_ssl.c 462 case BIO_CTRL_SET_CALLBACK:
497 case BIO_CTRL_SET_CALLBACK:
  /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 33 milliseconds