Searched refs:ex_buf (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | bio_asn1.c | 106 unsigned char *ex_buf; member 175 ctx->ex_buf = 0; in asn1_bio_init() 309 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, in asn1_bio_flush_ex() 319 cleanup(b, &ctx->ex_buf, &ctx->ex_len, in asn1_bio_flush_ex() 334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) in asn1_bio_setup_ex()
|
/external/openssl/crypto/asn1/ |
D | bio_asn1.c | 106 unsigned char *ex_buf; member 175 ctx->ex_buf = 0; in asn1_bio_init() 309 ret = BIO_write(b->next_bio, ctx->ex_buf + ctx->ex_pos, in asn1_bio_flush_ex() 319 cleanup(b, &ctx->ex_buf, &ctx->ex_len, in asn1_bio_flush_ex() 334 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) in asn1_bio_setup_ex()
|