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

  /external/boringssl/src/crypto/bytestring/
cbs.c 105 int CBS_get_u8(CBS *cbs, uint8_t *out) {
188 if (!CBS_get_u8(&header, &tag) ||
189 !CBS_get_u8(&header, &length_byte)) {
456 if (!CBS_get_u8(&in, &num_unused_bits) ||
bytestring_test.cc 56 ASSERT_TRUE(CBS_get_u8(&data, &u8));
68 EXPECT_FALSE(CBS_get_u8(&data, &u8));
82 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8));
  /external/boringssl/src/crypto/evp/
evp_asn1.c 108 !CBS_get_u8(&key, &padding) ||
  /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.cc 189 if (!CBS_get_u8(&cbs, &type) ||
tls13_both.cc 283 if (!CBS_get_u8(&status_request, &status_type) ||
606 if (!CBS_get_u8(&cbs, &key_update_request) ||
handshake_client.cc 834 !CBS_get_u8(&server_hello, &sid_length) ||
948 !CBS_get_u8(&server_hello, &compression_method)) {
    [all...]
tls_record.cc 218 if (!CBS_get_u8(&cbs, &type) ||
d1_both.cc 480 if (!CBS_get_u8(cbs, &out_hdr->type) ||
s3_both.cc 606 if (!CBS_get_u8(&v2_client_hello, &msg_type) ||
tls13_client.cc 180 (!CBS_get_u8(&cbs, &compression_method) || compression_method != 0)) ||
t1_lib.cc 670 !CBS_get_u8(&server_name_list, &name_type) ||
    [all...]
ssl_test.cc     [all...]
  /external/boringssl/src/crypto/ec_extra/
ec_asn1.c 148 !CBS_get_u8(&public_key, &padding) ||
297 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) {
  /external/boringssl/src/crypto/obj/
obj.c 435 if (!CBS_get_u8(cbs, &b)) {
  /external/boringssl/src/ssl/test/
fuzzer.h 99 if (!CBS_get_u8(cbs, &variant)) {
bssl_shim.cc 551 !CBS_get_u8(&server_name_list, &name_type) ||
    [all...]

Completed in 460 milliseconds