• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/

Lines Matching defs:tag

72 				char inf, int tag, int aclass);
93 int tag, int aclass, char opt, ASN1_TLC *ctx);
108 unsigned long ASN1_tag2bit(int tag)
110 if ((tag < 0) || (tag > 30)) return 0;
111 return tag2bit[tag];
149 * If 'opt' set and tag mismatch return -1 to handle OPTIONAL
154 int tag, int aclass, char opt, ASN1_TLC *ctx)
187 if ((tag != -1) || opt)
197 tag, aclass, opt, ctx);
202 /* Just read in tag and class */
221 /* Check tag matches bit map */
238 it, tag, aclass, opt, ctx);
249 if (tag == -1)
251 else exptag = tag;
253 * of expected tag */
268 * since the underlying code is expecting a tag and
282 if (tag != -1)
298 if (tag != -1)
369 if (tag == -1)
371 tag = V_ASN1_SEQUENCE;
376 &p, len, tag, aclass, opt, ctx);
528 * One handles any EXPLICIT tag and the other handles the rest.
548 /* Check if EXPLICIT tag expected */
557 &p, inlen, tt->tag, aclass, opt, ctx);
595 /* Otherwise we must hit the EXPLICIT tag end or its
639 /* First work out expected inner tag value */
642 sktag = tt->tag;
653 /* Get the tag */
731 ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt, ctx);
768 int tag, int aclass, char opt, ASN1_TLC *ctx)
785 utype = tag;
786 tag = -1;
793 /* If type is ANY need to figure out type from tag */
795 if (tag >= 0)
819 if (tag == -1)
821 tag = utype;
827 &p, inlen, tag, aclass, opt, ctx);
879 * for UNIVERSAL class and ignore the tag.
1132 char inf, int tag, int aclass)
1165 len, tag, aclass, 0, NULL))
1175 if (!asn1_collect(buf, &p, plen, ininf, tag, aclass))
1227 /* Check an ASN1 tag and length: a bit like ASN1_get_object
1297 /* We have a tag and class match: