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

  /external/openssl/crypto/asn1/
bio_asn1.c 104 asn1_ps_func *prefix, *prefix_free, *suffix, *suffix_free; member in struct:BIO_ASN1_BUF_CTX_t
226 ret = asn1_bio_flush_ex(b, ctx, ctx->prefix_free,
385 ctx->prefix_free = ex_func->ex_free_func;
391 ex_func->ex_free_func = ctx->prefix_free;
477 int BIO_asn1_set_prefix(BIO *b, asn1_ps_func *prefix, asn1_ps_func *prefix_free)
479 return asn1_bio_set_ex(b, BIO_C_SET_PREFIX, prefix, prefix_free);
  /external/openssl/crypto/bio/
bio.h 623 asn1_ps_func *prefix_free);
    [all...]
  /external/openssl/include/openssl/
bio.h 623 asn1_ps_func *prefix_free);
    [all...]

Completed in 68 milliseconds