HomeSort by relevance Sort by last modified time
    Searched full:initial_length_byte (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/bytestring/
cbb.c 211 uint8_t initial_length_byte; local
220 initial_length_byte = 0x80 | 4;
223 initial_length_byte = 0x80 | 3;
226 initial_length_byte = 0x80 | 2;
229 initial_length_byte = 0x80 | 1;
232 initial_length_byte = len;
245 cbb->base->buf[cbb->child->offset++] = initial_length_byte;

Completed in 97 milliseconds