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

  /external/chromium_org/third_party/boringssl/src/ssl/test/
packeted_bio.cc 110 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
async_bio.cc 132 return BIO_callback_ctrl(bio->next_bio, cmd, fp);
  /external/openssl/crypto/bio/
bf_null.c 164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bf_nbio.c 234 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bf_lbuf.c 381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio.h 501 #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));
    [all...]
bf_buff.c 450 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_lib.c 378 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long))
  /external/openssl/crypto/evp/
bio_md.c 246 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_enc.c 384 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_b64.c 590 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_ok.c 459 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 319 long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp) {
328 OPENSSL_PUT_ERROR(BIO, BIO_callback_ctrl, BIO_R_UNSUPPORTED_METHOD);
buffer.c 423 ret = BIO_callback_ctrl(b->next_bio, cmd, fp);
  /external/openssl/include/openssl/
bio.h 501 #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));
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
bio_asn1.c 368 return BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 230 /* 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);
    [all...]
  /external/openssl/crypto/asn1/
bio_asn1.c 371 return BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/openssl/ssl/
bio_ssl.c 513 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp);
  /external/openssl/crypto/comp/
c_zlib.c 796 BIO_callback_ctrl(b->next_bio, cmd, fp);

Completed in 472 milliseconds