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

  /external/boringssl/src/crypto/bytestring/
cbs.c 105 int CBS_get_u8(CBS *cbs, uint8_t *out) {
179 if (!CBS_get_u8(&header, &tag) ||
180 !CBS_get_u8(&header, &length_byte)) {
bytestring_test.cc 53 return CBS_get_u8(&data, &u8) &&
61 !CBS_get_u8(&data, &u8);
74 CBS_get_u8(&prefixed, &u8) &&
  /external/boringssl/src/include/openssl/
bytestring.h 82 /* CBS_get_u8 sets |*out| to the next uint8_t from |cbs| and advances |cbs|. It
84 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out);
  /external/boringssl/src/ssl/
dtls_record.c 186 if (!CBS_get_u8(&cbs, &type) ||
tls_record.c 182 if (!CBS_get_u8(&cbs, &type) ||
s3_clnt.c 776 !CBS_get_u8(&server_hello, &compression_method)) {
    [all...]
s3_srvr.c 685 if (!CBS_get_u8(&v2_client_hello, &msg_type) ||
    [all...]
t1_lib.c 770 if (!CBS_get_u8(&server_name_list, &name_type) ||
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 365 !CBS_get_u8(&server_name_list, &name_type) ||
    [all...]
  /external/boringssl/src/crypto/evp/
evp_extra_test.cc     [all...]

Completed in 586 milliseconds