Searched refs:suffix_free (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 54 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member 143 if (ctx->suffix_free != NULL) in asn1_bio_free() 144 ctx->suffix_free(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg); in asn1_bio_free() 352 ctx->suffix_free = ex_func->ex_free_func; in asn1_bio_ctrl() 358 ex_func->ex_free_func = ctx->suffix_free; in asn1_bio_ctrl() 381 ret = asn1_bio_flush_ex(b, ctx, ctx->suffix_free, in asn1_bio_ctrl() 440 asn1_ps_func *suffix_free) in BIO_asn1_set_suffix() argument 442 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free); in BIO_asn1_set_suffix()
|
/openssl/include/openssl/ |
H A D | bio.h.in | 692 asn1_ps_func *suffix_free);
|
Completed in 19 milliseconds