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

  /external/openssl/crypto/bio/
bss_conn.c 578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback);
bio.h 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 579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
    [all...]

Completed in 70 milliseconds