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

  /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 498 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
647 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 589 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_ok.c 459 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/openssl/crypto/asn1/
bio_asn1.c 368 return BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/openssl/crypto/pkcs7/
bio_ber.c 422 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/openssl/include/openssl/
bio.h 498 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
579 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
647 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
    [all...]
  /external/openssl/ssl/
bio_ssl.c 505 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 197 milliseconds