Home
last modified time | relevance | path

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

/external/openssl/include/openssl/
Dasn1t.h180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
755 #define ASN1_AFLG_BROKEN 4 macro
/external/openssl/crypto/asn1/
Dasn1t.h180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
755 #define ASN1_AFLG_BROKEN 4 macro
Dtasn_dec.c387 if (aux && (aux->flags & ASN1_AFLG_BROKEN)) in ASN1_item_ex_d2i()