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

  /external/boringssl/src/ssl/
t1_lib.cc 216 !CBS_get_u8_length_prefixed(&client_hello, &session_id) ||
229 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie) ||
238 !CBS_get_u8_length_prefixed(&client_hello, &compression_methods) ||
785 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
843 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) ||
    [all...]
tls13_client.cc 177 !CBS_get_u8_length_prefixed(&cbs, &session_id)) ||
440 if (!CBS_get_u8_length_prefixed(&cbs, &context) ||
handshake_server.cc 477 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) ||
    [all...]
handshake_client.cc 793 !CBS_get_u8_length_prefixed(&hello_verify_request, &cookie) ||
945 !CBS_get_u8_length_prefixed(&server_hello, &session_id) ||
    [all...]
tls13_enc.cc 437 !CBS_get_u8_length_prefixed(binders, &binder)) {
tls13_both.cc 190 if (!CBS_get_u8_length_prefixed(&cbs, &context) ||
  /external/boringssl/src/include/openssl/
bytestring.h 110 /* CBS_get_u8_length_prefixed sets |*out| to the contents of an 8-bit,
113 OPENSSL_EXPORT int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out);
  /external/boringssl/src/crypto/bytestring/
cbs.c 166 int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out) {
bytestring_test.cc 80 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed));
101 EXPECT_FALSE(CBS_get_u8_length_prefixed(&data, &prefixed));

Completed in 379 milliseconds