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

  /external/openssl/crypto/bio/
bf_null.c 164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bf_nbio.c 236 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bf_lbuf.c 381 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio.h 439 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
520 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
589 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
bf_buff.c 449 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 237 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_enc.c 382 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_b64.c 562 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
bio_ok.c 438 ret=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 439 #define BIO_set_proxy_cb(b,cb) BIO_callback_ctrl(b,BIO_C_SET_PROXY_PARAM,3,(void *(*cb)()))
520 #define BIO_set_info_callback(b,cb) (int)BIO_callback_ctrl(b,BIO_CTRL_SET_CALLBACK,cb)
589 long BIO_callback_ctrl(BIO *b, int cmd, void (*fp)(struct bio_st *, int, const char *, int, long, long));
  /external/openssl/ssl/
bio_ssl.c 499 ret=BIO_callback_ctrl(ssl->rbio,cmd,fp);
  /external/openssl/crypto/comp/
c_zlib.c 795 BIO_callback_ctrl(b->next_bio, cmd, fp);

Completed in 93 milliseconds