Searched refs:ossl_asn1_primitive_free (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 51 ossl_asn1_primitive_free(pval, it, embed); in ossl_asn1_item_embed_free() 55 ossl_asn1_primitive_free(pval, it, embed); in ossl_asn1_item_embed_free() 150 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_primitive_free() function 203 ossl_asn1_primitive_free(pval, NULL, 0); in ossl_asn1_primitive_free()
|
H A D | asn1_local.h | 76 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
|
H A D | a_type.c | 32 ossl_asn1_primitive_free((ASN1_VALUE **)tmp_a, NULL, 0); in ASN1_TYPE_set()
|
Completed in 5 milliseconds