Searched refs:tag_number (Results 1 – 5 of 5) sorted by relevance
260 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag() local261 if (tag_number == 0x1f) { in parse_asn1_tag()270 tag_number = (unsigned)v; in parse_asn1_tag()273 tag |= tag_number; in parse_asn1_tag()
369 unsigned tag_number = tag & CBS_ASN1_TAG_NUMBER_MASK; in CBB_add_asn1() local370 if (tag_number >= 0x1f) { in CBB_add_asn1()373 !add_base128_integer(cbb, tag_number)) { in CBB_add_asn1()376 } else if (!CBB_add_u8(cbb, tag_bits | tag_number)) { in CBB_add_asn1()
106 const FieldDescriptor* FindFieldByTag(const uint32_t tag_number) const { in FindFieldByTag() argument108 auto it = fields_.find(tag_number); in FindFieldByTag()
259 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag() local260 if (tag_number == 0x1f) { in parse_asn1_tag()269 tag_number = (unsigned)v; in parse_asn1_tag()272 tag |= tag_number; in parse_asn1_tag()