Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbb.c191 uint8_t initial_length_byte; in CBB_flush() local
200 initial_length_byte = 0x80 | 4; in CBB_flush()
203 initial_length_byte = 0x80 | 3; in CBB_flush()
206 initial_length_byte = 0x80 | 2; in CBB_flush()
209 initial_length_byte = 0x80 | 1; in CBB_flush()
212 initial_length_byte = len; in CBB_flush()
225 cbb->base->buf[cbb->offset++] = initial_length_byte; in CBB_flush()