HomeSort by relevance Sort by last modified time
    Searched refs:suffix_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
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)
489 return asn1_bio_set_ex(b, BIO_C_SET_SUFFIX, suffix, suffix_free);
  /external/openssl/crypto/bio/
bio.h 627 asn1_ps_func *suffix_free);
    [all...]
  /external/openssl/include/openssl/
bio.h 627 asn1_ps_func *suffix_free);
    [all...]

Completed in 130 milliseconds