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

  /external/boringssl/src/ssl/test/
test_state.cc 111 !CBS_get_u16(&in, &version) ||
153 !CBS_get_u16(&in, &version) ||
fuzzer.h 466 if (!CBS_get_u16(cbs, &tag)) {
  /external/boringssl/src/crypto/bytestring/
unicode.c 95 if (!CBS_get_u16(cbs, &c) ||
cbs.c 115 int CBS_get_u16(CBS *cbs, uint16_t *out) {
bytestring_test.cc 56 ASSERT_TRUE(CBS_get_u16(&data, &u16));
86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16));
    [all...]
  /external/boringssl/src/ssl/
s3_both.cc 386 !CBS_get_u16(&v2_client_hello, &version) ||
387 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) ||
388 !CBS_get_u16(&v2_client_hello, &session_id_length) ||
389 !CBS_get_u16(&v2_client_hello, &challenge_length) ||
tls13_client.cc 78 if (!CBS_get_u16(&body, &server_version) ||
82 !CBS_get_u16(&body, &cipher_suite) ||
155 if (!CBS_get_u16(&key_share, &group_id) || CBS_len(&key_share) != 0) {
230 if (!CBS_get_u16(&body, &server_version) ||
234 !CBS_get_u16(&body, &cipher_suite) ||
300 !CBS_get_u16(&supported_versions, &version) ||
dtls_record.cc 198 !CBS_get_u16(&cbs, &version) ||
ssl_versions.cc 317 if (!CBS_get_u16(&copy, &version)) {
t1_lib.cc 160 if (!CBS_get_u16(&extensions, &type) ||
182 if (!CBS_get_u16(&extensions, &extension_types[i]) ||
211 if (!CBS_get_u16(&client_hello, &out->version) ||
275 if (!CBS_get_u16(&extensions, &type) ||
    [all...]
handshake_server.cc 183 if (!CBS_get_u16(&cipher_suites, &got_id)) {
281 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
449 if (CBS_get_u16(&copy, &id) && id == java_extension.id) {
486 if (!CBS_get_u16(&supported_groups, &group) ||
    [all...]
handshake_client.cc 370 (!CBS_get_u16(&supported_versions, version) ||
510 if (!CBS_get_u16(&hello_verify_request, &server_version) ||
551 if (!CBS_get_u16(&server_hello, &server_version) ||
555 !CBS_get_u16(&server_hello, &cipher_suite) ||
    [all...]
handoff.cc 100 if (!CBS_get_u16(&ciphers, &id)) {
147 if (!CBS_get_u16(&curves, &curve)) {
tls13_both.cc 118 if (!CBS_get_u16(&body, &alg_id) ||
350 if (!CBS_get_u16(&body, &signature_algorithm) ||
tls_record.cc 226 !CBS_get_u16(&cbs, &version) ||
227 !CBS_get_u16(&cbs, &ciphertext_len)) {
handshake.cc 246 if (!CBS_get_u16(&copy, &type) ||
ssl_cert.cc 785 !CBS_get_u16(&deleg, &dc->expected_cert_verify_algorithm) ||
787 !CBS_get_u16(&deleg, &algorithm) ||
ssl_asn1.cc 542 !CBS_get_u16(&cipher, &cipher_value) ||
d1_both.cc 465 !CBS_get_u16(cbs, &out_hdr->seq) ||
tls13_server.cc 149 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
    [all...]
ssl_test.cc     [all...]
  /external/boringssl/src/include/openssl/
bytestring.h 101 // CBS_get_u16 sets |*out| to the next, big-endian uint16_t from |cbs| and
103 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]

Completed in 1210 milliseconds