Home
last modified time | relevance | path

Searched refs:ASN1_item_ex_new (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_new.c78 if (ASN1_item_ex_new(&ret, it) > 0) in ASN1_item_new()
86 ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_new() function
H A Dtasn_dec.c672 if (!ASN1_item_ex_new(&achoice, it)) { in asn1_item_d2i_choice()
795 if (!ASN1_item_ex_new(&aseq, it)) { in asn1_item_d2i_sequence()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h897 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
/dragonfly/crypto/libressl/
H A DChangeLog142 - Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().