HomeSort by relevance Sort by last modified time
    Searched defs:CBS_get_u8 (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/bytestring/
cbs.c 106 int CBS_get_u8(CBS *cbs, uint8_t *out) {
203 if (!CBS_get_u8(cbs, &b)) {
225 if (!CBS_get_u8(cbs, &tag_byte)) {
274 if (!CBS_get_u8(&header, &length_byte)) {
547 if (!CBS_get_u8(&in, &num_unused_bits) ||
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 279 milliseconds