Home
last modified time | relevance | path

Searched refs:bio_info_cb (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/include/openssl/
Dbio.h231 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd, typedef
237 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
257 OPENSSL_EXPORT void BIO_set_callback(BIO *bio, bio_info_cb callback_func);
782 long (*callback_ctrl)(BIO *, int, bio_info_cb);
/external/boringssl/src/crypto/bio/
Dbio.c317 long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp) { in BIO_callback_ctrl()
319 bio_info_cb cb; in BIO_callback_ctrl()
364 void BIO_set_callback(BIO *bio, bio_info_cb callback_func) { in BIO_set_callback()
Dbuffer.c413 static long buffer_callback_ctrl(BIO *b, int cmd, bio_info_cb fp) { in buffer_callback_ctrl()
Dconnect.c485 static long conn_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp) { in conn_callback_ctrl()
/external/boringssl/src/crypto/asn1/
Dbio_asn1.c118 static long asn1_bio_callback_ctrl(BIO *h, int cmd, bio_info_cb fp);
366 static long asn1_bio_callback_ctrl(BIO *b, int cmd, bio_info_cb fp) in asn1_bio_callback_ctrl()
/external/boringssl/src/ssl/test/
Dasync_bio.cc131 static long AsyncCallbackCtrl(BIO *bio, int cmd, bio_info_cb fp) { in AsyncCallbackCtrl()
Dpacketed_bio.cc189 static long PacketedCallbackCtrl(BIO *bio, int cmd, bio_info_cb fp) { in PacketedCallbackCtrl()