Searched refs:tag_byte (Results 1 – 1 of 1) sorted by relevance
224 uint8_t tag_byte; in parse_asn1_tag() local225 if (!CBS_get_u8(cbs, &tag_byte)) { in parse_asn1_tag()236 unsigned tag = ((unsigned)tag_byte & 0xe0) << CBS_ASN1_TAG_SHIFT; in parse_asn1_tag()237 unsigned tag_number = tag_byte & 0x1f; in parse_asn1_tag()