Searched defs:tag_byte (Results 1 – 5 of 5) sorted by relevance
255 uint8_t tag_byte; in parse_asn1_tag() local
927 let tag_byte: u16 = ((b2 ^ 0x80u8) as u16) << 7; in decode_tag_from_bytes() localVariable
269 uint8_t tag_byte; in parse_asn1_tag() local