Home
last modified time | relevance | path

Searched refs:ASN1_AFLG_BROKEN (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
HDasn1t.h159 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
752 # define ASN1_AFLG_BROKEN 4 macro
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDtasn_dec.c313 if (aux && (aux->flags & ASN1_AFLG_BROKEN)) { in asn1_item_embed_d2i()