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

  /external/chromium_org/third_party/boringssl/src/ssl/
d1_srtp.c 318 if (!CBS_get_u16_length_prefixed(cbs, &profile_ids) ||
419 if (!CBS_get_u16_length_prefixed(cbs, &profile_ids) ||
t1_lib.c 221 !CBS_get_u16_length_prefixed(&extensions, &extension))
248 !CBS_get_u16_length_prefixed(&extensions, &extension))
303 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) ||
327 if (!CBS_get_u16_length_prefixed(&client_hello, &extensions) ||
354 !CBS_get_u16_length_prefixed(&extensions, &extension))
    [all...]
s3_clnt.c     [all...]
s3_srvr.c 947 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) ||
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bytestring.h 107 /* CBS_get_u16_length_prefixed sets |*out| to the contents of a 16-bit,
110 OPENSSL_EXPORT int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out);
  /external/chromium_org/third_party/boringssl/src/crypto/bytestring/
bytestring_test.c 68 CBS_get_u16_length_prefixed(&data, &prefixed) &&
90 if (CBS_get_u16_length_prefixed(&data, &prefixed)) {
cbs.c 153 int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out) {
  /external/chromium_org/third_party/boringssl/src/ssl/test/
bssl_shim.cc 89 if (!CBS_get_u16_length_prefixed(&extension, &server_name_list) ||
93 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) ||

Completed in 611 milliseconds