Home
last modified time | relevance | path

Searched refs:ASN1_OP_D2I_PRE (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/
H A DChangeLog142 - Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().
/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_dec.c677 if (asn1_cb != NULL && !asn1_cb(ASN1_OP_D2I_PRE, &achoice, it, NULL)) { in asn1_item_d2i_choice()
800 if (asn1_cb != NULL && !asn1_cb(ASN1_OP_D2I_PRE, &aseq, it, NULL)) { in asn1_item_d2i_sequence()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1t.h749 #define ASN1_OP_D2I_PRE 4 macro