Searched refs:asn1_item_embed_new (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_new.c | 18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 41 if (asn1_item_embed_new(&ret, it, 0, libctx, propq) > 0) in ASN1_item_new_ex() 52 return asn1_item_embed_new(pval, it, 0, libctx, propq); in ossl_asn1_item_ex_new_intern() 57 return asn1_item_embed_new(pval, it, 0, NULL, NULL); in ASN1_item_ex_new() 60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new() function 242 ret = asn1_item_embed_new(pval, it, embed, libctx, propq); in asn1_template_new()
|