HomeSort by relevance Sort by last modified time
    Searched refs:CBS_get_last_u8 (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/bytestring/
cbs.c 131 int CBS_get_last_u8(CBS *cbs, uint8_t *out) {
470 if (!CBS_get_last_u8(&in, &last) ||
bytestring_test.cc 61 CBS_get_last_u8(&data, &u8) &&
64 !CBS_get_last_u8(&data, &u8);
  /external/boringssl/src/include/openssl/
bytestring.h 98 /* CBS_get_last_u8 sets |*out| to the last uint8_t from |cbs| and shortens
100 OPENSSL_EXPORT int CBS_get_last_u8(CBS *cbs, uint8_t *out);
  /external/boringssl/src/ssl/
tls_record.c 300 if (!CBS_get_last_u8(out, &type)) {

Completed in 60 milliseconds