Lines Matching full:class
196 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_algorithm_identifier()
199 "(AlgorithmIdentifier) - found class %d tag 0x%x", in x509_parse_algorithm_identifier()
200 hdr.class, hdr.tag); in x509_parse_algorithm_identifier()
238 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_public_key()
241 "(SubjectPublicKeyInfo) - found class %d tag 0x%x", in x509_parse_public_key()
242 hdr.class, hdr.tag); in x509_parse_public_key()
257 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_public_key()
260 "(subjectPublicKey) - found class %d tag 0x%x", in x509_parse_public_key()
261 hdr.class, hdr.tag); in x509_parse_public_key()
314 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
317 "(Name / RDNSequencer) - found class %d tag 0x%x", in x509_parse_name()
318 hdr.class, hdr.tag); in x509_parse_name()
332 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
335 "(RelativeDistinguishedName) - found class " in x509_parse_name()
336 "%d tag 0x%x", hdr.class, hdr.tag); in x509_parse_name()
345 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_name()
348 "(AttributeTypeAndValue) - found class %d " in x509_parse_name()
349 "tag 0x%x", hdr.class, hdr.tag); in x509_parse_name()
363 hdr.class != ASN1_CLASS_UNIVERSAL) { in x509_parse_name()
601 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
604 "(Validity) - found class %d tag 0x%x", in x509_parse_validity()
605 hdr.class, hdr.tag); in x509_parse_validity()
617 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
629 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_validity()
674 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_ext_key_usage()
679 hdr.class, hdr.tag, hdr.length); in x509_parse_ext_key_usage()
706 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_ext_basic_constraints()
710 hdr.class, hdr.tag); in x509_parse_ext_basic_constraints()
720 hdr.class != ASN1_CLASS_UNIVERSAL) { in x509_parse_ext_basic_constraints()
743 hdr.class != ASN1_CLASS_UNIVERSAL) { in x509_parse_ext_basic_constraints()
752 "BasicConstraints; found class %d tag 0x%x", in x509_parse_ext_basic_constraints()
753 hdr.class, hdr.tag); in x509_parse_ext_basic_constraints()
914 if (hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) in x509_parse_ext_alt_name()
962 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_ext_subject_alt_name()
966 hdr.class, hdr.tag); in x509_parse_ext_subject_alt_name()
989 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_ext_issuer_alt_name()
993 hdr.class, hdr.tag); in x509_parse_ext_issuer_alt_name()
1055 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_extension()
1058 "Extensions: class %d tag 0x%x; expected SEQUENCE", in x509_parse_extension()
1059 hdr.class, hdr.tag); in x509_parse_extension()
1072 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_extension()
1076 "Extensions: class %d tag 0x%x; expected BOOLEAN " in x509_parse_extension()
1077 "or OCTET STRING", hdr.class, hdr.tag); in x509_parse_extension()
1090 (hdr.class != ASN1_CLASS_UNIVERSAL && in x509_parse_extension()
1091 hdr.class != ASN1_CLASS_PRIVATE) || in x509_parse_extension()
1094 "in Extensions: class %d tag 0x%x; " in x509_parse_extension()
1096 hdr.class, hdr.tag); in x509_parse_extension()
1128 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_extensions()
1131 "for Extensions: class %d tag 0x%x; " in x509_parse_extensions()
1132 "expected SEQUENCE", hdr.class, hdr.tag); in x509_parse_extensions()
1161 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_tbs_certificate()
1164 "with a valid SEQUENCE - found class %d tag 0x%x", in x509_parse_tbs_certificate()
1165 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1179 if (hdr.class == ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate()
1183 if (hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_tbs_certificate()
1186 "version field - found class %d tag 0x%x", in x509_parse_tbs_certificate()
1187 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1220 if (hdr.class != ASN1_CLASS_UNIVERSAL || in x509_parse_tbs_certificate()
1223 "serialNumber; class=%d tag=0x%x", in x509_parse_tbs_certificate()
1224 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1269 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate()
1272 "field(s); parsed class %d tag 0x%x", in x509_parse_tbs_certificate()
1273 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1286 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate()
1289 "field(s); parsed class %d tag 0x%x", in x509_parse_tbs_certificate()
1290 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1304 hdr.class != ASN1_CLASS_CONTEXT_SPECIFIC) { in x509_parse_tbs_certificate()
1307 "field(s); parsed class %d tag 0x%x", in x509_parse_tbs_certificate()
1308 hdr.class, hdr.tag); in x509_parse_tbs_certificate()
1423 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_certificate_parse()
1426 "a valid SEQUENCE - found class %d tag 0x%x", in x509_certificate_parse()
1427 hdr.class, hdr.tag); in x509_certificate_parse()
1462 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_certificate_parse()
1465 "(signatureValue) - found class %d tag 0x%x", in x509_certificate_parse()
1466 hdr.class, hdr.tag); in x509_certificate_parse()
1567 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_certificate_check_signature()
1570 "(DigestInfo) - found class %d tag 0x%x", in x509_certificate_check_signature()
1571 hdr.class, hdr.tag); in x509_certificate_check_signature()
1588 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_certificate_check_signature()
1591 "(AlgorithmIdentifier) - found class %d tag 0x%x", in x509_certificate_check_signature()
1592 hdr.class, hdr.tag); in x509_certificate_check_signature()
1662 hdr.class != ASN1_CLASS_UNIVERSAL || in x509_certificate_check_signature()
1665 "(Digest) - found class %d tag 0x%x", in x509_certificate_check_signature()
1666 hdr.class, hdr.tag); in x509_certificate_check_signature()