Searched refs:suffix_free (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dbio_asn1.c101 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
397 ctx->suffix_free = ex_func->ex_free_func;
403 ex_func->ex_free_func = ctx->suffix_free;
428 ret = asn1_bio_flush_ex(b, ctx, ctx->suffix_free,
487 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) argument
489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
/external/openssl/crypto/asn1/
H A Dbio_asn1.c104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
400 ctx->suffix_free = ex_func->ex_free_func;
406 ex_func->ex_free_func = ctx->suffix_free;
431 ret = asn1_bio_flush_ex(b, ctx, ctx->suffix_free,
490 int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free) argument
492 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
/external/openssl/crypto/bio/
H A Dbio.h630 asn1_ps_func *suffix_free);
/external/openssl/include/openssl/
H A Dbio.h630 asn1_ps_func *suffix_free);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1.h1082 OPENSSL_EXPORT int BIO_asn1_set_suffix(BIO *b, asn1_ps_func *suffix, asn1_ps_func *suffix_free);

Completed in 1652 milliseconds