Home
last modified time | relevance | path

Searched refs:tag_byte (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c224 uint8_t tag_byte; in parse_asn1_tag() local
225 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()