Lines Matching refs:tag

196 	    hdr.tag != ASN1_TAG_SEQUENCE) {
198 "(AlgorithmIdentifier) - found class %d tag 0x%x",
199 hdr.class, hdr.tag);
238 hdr.tag != ASN1_TAG_SEQUENCE) {
240 "(SubjectPublicKeyInfo) - found class %d tag 0x%x",
241 hdr.class, hdr.tag);
257 hdr.tag != ASN1_TAG_BITSTRING) {
259 "(subjectPublicKey) - found class %d tag 0x%x",
260 hdr.class, hdr.tag);
314 hdr.tag != ASN1_TAG_SEQUENCE) {
316 "(Name / RDNSequencer) - found class %d tag 0x%x",
317 hdr.class, hdr.tag);
332 hdr.tag != ASN1_TAG_SET) {
335 "%d tag 0x%x", hdr.class, hdr.tag);
345 hdr.tag != ASN1_TAG_SEQUENCE) {
348 "tag 0x%x", hdr.class, hdr.tag);
592 "GeneralizedTime - found tag 0x%x", asn1_tag);
672 hdr.tag != ASN1_TAG_SEQUENCE) {
674 "(Validity) - found class %d tag 0x%x",
675 hdr.class, hdr.tag);
688 x509_parse_time(hdr.payload, hdr.length, hdr.tag,
700 x509_parse_time(hdr.payload, hdr.length, hdr.tag,
745 hdr.tag != ASN1_TAG_BITSTRING ||
748 "KeyUsage; found %d tag 0x%x len %d",
749 hdr.class, hdr.tag, hdr.length);
777 hdr.tag != ASN1_TAG_SEQUENCE) {
779 "BasicConstraints; found %d tag 0x%x",
780 hdr.class, hdr.tag);
796 if (hdr.tag == ASN1_TAG_BOOLEAN) {
820 if (hdr.tag != ASN1_TAG_INTEGER) {
822 "BasicConstraints; found class %d tag 0x%x",
823 hdr.class, hdr.tag);
987 switch (hdr.tag) {
1033 hdr.tag != ASN1_TAG_SEQUENCE) {
1035 "SubjectAltName; found %d tag 0x%x",
1036 hdr.class, hdr.tag);
1060 hdr.tag != ASN1_TAG_SEQUENCE) {
1062 "IssuerAltName; found %d tag 0x%x",
1063 hdr.class, hdr.tag);
1126 hdr.tag != ASN1_TAG_SEQUENCE) {
1128 "Extensions: class %d tag 0x%x; expected SEQUENCE",
1129 hdr.class, hdr.tag);
1143 (hdr.tag != ASN1_TAG_BOOLEAN &&
1144 hdr.tag != ASN1_TAG_OCTETSTRING)) {
1146 "Extensions: class %d tag 0x%x; expected BOOLEAN "
1147 "or OCTET STRING", hdr.class, hdr.tag);
1151 if (hdr.tag == ASN1_TAG_BOOLEAN) {
1162 hdr.tag != ASN1_TAG_OCTETSTRING) {
1164 "in Extensions: class %d tag 0x%x; "
1166 hdr.class, hdr.tag);
1199 hdr.tag != ASN1_TAG_SEQUENCE) {
1201 "for Extensions: class %d tag 0x%x; "
1202 "expected SEQUENCE", hdr.class, hdr.tag);
1232 hdr.tag != ASN1_TAG_SEQUENCE) {
1234 "with a valid SEQUENCE - found class %d tag 0x%x",
1235 hdr.class, hdr.tag);
1254 hdr.tag != ASN1_TAG_INTEGER) {
1255 wpa_printf(MSG_DEBUG, "X509: No INTEGER tag found for "
1256 "version field - found class %d tag 0x%x",
1257 hdr.class, hdr.tag);
1291 hdr.tag != ASN1_TAG_INTEGER) {
1292 wpa_printf(MSG_DEBUG, "X509: No INTEGER tag found for "
1293 "serialNumber; class=%d tag=0x%x",
1294 hdr.class, hdr.tag);
1341 " tag to parse optional tbsCertificate "
1342 "field(s); parsed class %d tag 0x%x",
1343 hdr.class, hdr.tag);
1347 if (hdr.tag == 1) {
1358 " tag to parse optional tbsCertificate "
1359 "field(s); parsed class %d tag 0x%x",
1360 hdr.class, hdr.tag);
1365 if (hdr.tag == 2) {
1376 " tag to parse optional tbsCertificate "
1377 "field(s); parsed class %d tag 0x%x",
1378 hdr.class, hdr.tag);
1383 if (hdr.tag != 3) {
1385 "Context-Specific tag %d in optional "
1386 "tbsCertificate fields", hdr.tag);
1496 hdr.tag != ASN1_TAG_SEQUENCE) {
1498 "a valid SEQUENCE - found class %d tag 0x%x",
1499 hdr.class, hdr.tag);
1535 hdr.tag != ASN1_TAG_BITSTRING) {
1537 "(signatureValue) - found class %d tag 0x%x",
1538 hdr.class, hdr.tag);
1640 hdr.tag != ASN1_TAG_SEQUENCE) {
1642 "(DigestInfo) - found class %d tag 0x%x",
1643 hdr.class, hdr.tag);
1661 hdr.tag != ASN1_TAG_SEQUENCE) {
1663 "(AlgorithmIdentifier) - found class %d tag 0x%x",
1664 hdr.class, hdr.tag);
1735 hdr.tag != ASN1_TAG_OCTETSTRING) {
1737 "(Digest) - found class %d tag 0x%x",
1738 hdr.class, hdr.tag);