Searched refs:BIO_callback_ctrl (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dpacketed_bio.cc110 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
H A Dasync_bio.cc132 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
/external/openssl/crypto/bio/
H A Dbf_null.c164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_nbio.c234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbf_lbuf.c381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio.h501 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
650 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
H A Dbf_buff.c450 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_lib.c378 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long)) function
/external/openssl/crypto/evp/
H A Dbio_md.c246 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_enc.c384 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_b64.c590 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbio_ok.c459 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c319 long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp) { function
328 OPENSSL_PUT_ERROR(BIO, BIO_callback_ctrl, BIO_R_UNSUPPORTED_METHOD);
H A Dbuffer.c423 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
/external/openssl/include/openssl/
H A Dbio.h501 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
582 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
650 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dbio_asn1.c368 return BIO_callback_ctrl(b->next_bio,cmd,fp);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h230 /* BIO_callback_ctrl allows the callback function to be manipulated. The |cmd|
233 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
/external/openssl/crypto/asn1/
H A Dbio_asn1.c371 return BIO_callback_ctrl(b->next_bio,cmd,fp);
/external/openssl/ssl/
H A Dbio_ssl.c513 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp);
/external/openssl/crypto/comp/
H A Dc_zlib.c796 BIO_callback_ctrl(b->next_bio, cmd, fp);

Completed in 2584 milliseconds