/external/boringssl/src/ssl/test/ |
D | test_state.cc | 111 !CBS_get_u16(&in, &version) || in DeserializeContextState() 153 !CBS_get_u16(&in, &version) || in Deserialize()
|
D | fuzzer.h | 466 if (!CBS_get_u16(cbs, &tag)) { in SetupTest()
|
/external/boringssl/src/ssl/ |
D | tls13_client.cc | 78 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()
|
D | s3_both.cc | 386 !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()
|
D | t1_lib.cc | 160 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(©, &ret[i])) { in parse_u16_array() [all …]
|
D | handshake_client.cc | 370 (!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()
|
D | handshake_server.cc | 183 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(©, &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()
|
D | tls_record.cc | 226 !CBS_get_u16(&cbs, &version) || in tls_open_record() 227 !CBS_get_u16(&cbs, &ciphertext_len)) { in tls_open_record()
|
D | handoff.cc | 100 if (!CBS_get_u16(&ciphers, &id)) { in apply_remote_features() 147 if (!CBS_get_u16(&curves, &curve)) { in apply_remote_features()
|
D | dtls_record.cc | 198 !CBS_get_u16(&cbs, &version) || in dtls_open_record()
|
D | ssl_versions.cc | 317 if (!CBS_get_u16(©, &version)) { in ssl_negotiate_version()
|
D | tls13_both.cc | 118 if (!CBS_get_u16(&body, &alg_id) || in tls13_process_certificate() 350 if (!CBS_get_u16(&body, &signature_algorithm) || in tls13_process_certificate_verify()
|
D | ssl_cert.cc | 785 !CBS_get_u16(&deleg, &dc->expected_cert_verify_algorithm) || in Parse() 787 !CBS_get_u16(&deleg, &algorithm) || in Parse()
|
D | handshake.cc | 246 if (!CBS_get_u16(©, &type) || in ssl_parse_extensions()
|
D | ssl_asn1.cc | 542 !CBS_get_u16(&cipher, &cipher_value) || in SSL_SESSION_parse()
|
D | d1_both.cc | 465 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment()
|
D | tls13_server.cc | 149 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in choose_tls13_cipher()
|
D | ssl_test.cc | 2983 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/ |
D | unicode.c | 95 if (!CBS_get_u16(cbs, &c) || in cbs_get_ucs2_be()
|
D | cbs.c | 115 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() function
|
D | bytestring_test.cc | 56 ASSERT_TRUE(CBS_get_u16(&data, &u16)); in TEST() 86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 103 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
|
/external/boringssl/src/ |
D | STYLE.md | 163 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 634 CBS_get_u16
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 662 #define CBS_get_u16 GRPC_SHADOW_CBS_get_u16 macro
|