Searched defs:CBS_get_u8 (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dcbs.c105 int CBS_get_u8(CBS *cbs, uint8_t *out) { function
179 if (!CBS_get_u8(&header, &tag) ||
180 !CBS_get_u8(&header, &length_byte)) {

Completed in 24 milliseconds