Searched refs:BIO_set_info_callback (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_conn.c578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback);
H A Dbio.h582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
/external/openssl/crypto/bio/
H A Dbss_conn.c578 (void)BIO_set_info_callback(dbio,(bio_info_cb *)data->info_callback);
H A Dbio.h579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbio.h582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro
/external/openssl/include/openssl/
H A Dbio.h579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb) macro

Completed in 34 milliseconds