Searched refs:ex_buf (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 56 unsigned char *ex_buf; member 142 ctx->prefix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 144 ctx->suffix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 262 ret = BIO_write(BIO_next(b), ctx->ex_buf + ctx->ex_pos, ctx->ex_len); in asn1_bio_flush_ex() 270 cleanup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_flush_ex() 284 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) { in asn1_bio_setup_ex()
|
Completed in 4 milliseconds