Home
last modified time | relevance | path

Searched refs:CBS_get_u16 (Results 1 – 25 of 26) sorted by relevance

12

/external/boringssl/src/ssl/test/
Dtest_state.cc111 !CBS_get_u16(&in, &version) || in DeserializeContextState()
153 !CBS_get_u16(&in, &version) || in Deserialize()
Dfuzzer.h466 if (!CBS_get_u16(cbs, &tag)) { in SetupTest()
/external/boringssl/src/ssl/
Dtls13_client.cc78 if (!CBS_get_u16(&body, &server_version) || in do_read_hello_retry_request()
82 !CBS_get_u16(&body, &cipher_suite) || in do_read_hello_retry_request()
155 if (!CBS_get_u16(&key_share, &group_id) || CBS_len(&key_share) != 0) { in do_read_hello_retry_request()
230 if (!CBS_get_u16(&body, &server_version) || in do_read_server_hello()
234 !CBS_get_u16(&body, &cipher_suite) || in do_read_server_hello()
300 !CBS_get_u16(&supported_versions, &version) || in do_read_server_hello()
Ds3_both.cc386 !CBS_get_u16(&v2_client_hello, &version) || in read_v2_client_hello()
387 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) || in read_v2_client_hello()
388 !CBS_get_u16(&v2_client_hello, &session_id_length) || in read_v2_client_hello()
389 !CBS_get_u16(&v2_client_hello, &challenge_length) || in read_v2_client_hello()
Dt1_lib.cc160 if (!CBS_get_u16(&extensions, &type) || in tls1_check_duplicate_extensions()
182 if (!CBS_get_u16(&extensions, &extension_types[i]) || in tls1_check_duplicate_extensions()
211 if (!CBS_get_u16(&client_hello, &out->version) || in ssl_client_hello_init()
275 if (!CBS_get_u16(&extensions, &type) || in ssl_client_hello_get_extension()
1683 !CBS_get_u16(&profile_ids, &profile_id) || in ext_srtp_parse_serverhello()
1741 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()
1919 if (!CBS_get_u16(contents, &psk_id) || in ssl_ext_pre_shared_key_parse_serverhello()
2234 if (!CBS_get_u16(contents, &group_id) || in ssl_ext_key_share_parse_serverhello()
2286 if (!CBS_get_u16(&key_shares, &id) || in ssl_ext_key_share_parse_clienthello()
2459 if (!CBS_get_u16(&copy, &ret[i])) { in parse_u16_array()
[all …]
Dhandshake_client.cc370 (!CBS_get_u16(&supported_versions, version) || in parse_supported_versions()
510 if (!CBS_get_u16(&hello_verify_request, &server_version) || in do_read_hello_verify_request()
551 if (!CBS_get_u16(&server_hello, &server_version) || in do_read_server_hello()
555 !CBS_get_u16(&server_hello, &cipher_suite) || in do_read_server_hello()
993 !CBS_get_u16(&server_key_exchange, &group_id) || in do_read_server_key_exchange()
1031 if (!CBS_get_u16(&server_key_exchange, &signature_algorithm)) { in do_read_server_key_exchange()
Dhandshake_server.cc183 if (!CBS_get_u16(&cipher_suites, &got_id)) { in ssl_client_cipher_list_contains_cipher()
281 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in ssl_parse_client_cipher_list()
449 if (CBS_get_u16(&copy, &id) && id == java_extension.id) { in is_probably_jdk11_with_tls13()
486 if (!CBS_get_u16(&supported_groups, &group) || in is_probably_jdk11_with_tls13()
1385 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) { in do_read_client_certificate_verify()
Dtls_record.cc226 !CBS_get_u16(&cbs, &version) || in tls_open_record()
227 !CBS_get_u16(&cbs, &ciphertext_len)) { in tls_open_record()
Dhandoff.cc100 if (!CBS_get_u16(&ciphers, &id)) { in apply_remote_features()
147 if (!CBS_get_u16(&curves, &curve)) { in apply_remote_features()
Ddtls_record.cc198 !CBS_get_u16(&cbs, &version) || in dtls_open_record()
Dssl_versions.cc317 if (!CBS_get_u16(&copy, &version)) { in ssl_negotiate_version()
Dtls13_both.cc118 if (!CBS_get_u16(&body, &alg_id) || in tls13_process_certificate()
350 if (!CBS_get_u16(&body, &signature_algorithm) || in tls13_process_certificate_verify()
Dssl_cert.cc785 !CBS_get_u16(&deleg, &dc->expected_cert_verify_algorithm) || in Parse()
787 !CBS_get_u16(&deleg, &algorithm) || in Parse()
Dhandshake.cc246 if (!CBS_get_u16(&copy, &type) || in ssl_parse_extensions()
Dssl_asn1.cc542 !CBS_get_u16(&cipher, &cipher_value) || in SSL_SESSION_parse()
Dd1_both.cc465 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment()
Dtls13_server.cc149 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in choose_tls13_cipher()
Dssl_test.cc2983 ASSERT_TRUE(CBS_get_u16(&cbs, &record_version)); in TEST_P()
2987 ASSERT_TRUE(CBS_get_u16(&cbs, &epoch)); in TEST_P()
2991 ASSERT_TRUE(CBS_get_u16(&cbs, &length)); in TEST_P()
/external/boringssl/src/crypto/bytestring/
Dunicode.c95 if (!CBS_get_u16(cbs, &c) || in cbs_get_ucs2_be()
Dcbs.c115 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() function
Dbytestring_test.cc56 ASSERT_TRUE(CBS_get_u16(&data, &u16)); in TEST()
86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
/external/boringssl/src/include/openssl/
Dbytestring.h103 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
/external/boringssl/src/
DSTYLE.md163 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list634 CBS_get_u16
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h662 #define CBS_get_u16 GRPC_SHADOW_CBS_get_u16 macro

12