Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Ds3_both.cc607 !CBS_get_u16(&v2_client_hello, &version) || in read_v2_client_hello()
608 !CBS_get_u16(&v2_client_hello, &cipher_spec_length) || in read_v2_client_hello()
609 !CBS_get_u16(&v2_client_hello, &session_id_length) || in read_v2_client_hello()
610 !CBS_get_u16(&v2_client_hello, &challenge_length) || in read_v2_client_hello()
796 if (!CBS_get_u16(&copy, &type) || in ssl_parse_extensions()
Dt1_lib.cc158 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()
214 if (!CBS_get_u16(&client_hello, &out->version) || in ssl_client_hello_init()
278 if (!CBS_get_u16(&extensions, &type) || in ssl_client_hello_get_extension()
1685 !CBS_get_u16(&profile_ids, &profile_id) || in ext_srtp_parse_serverhello()
1749 if (!CBS_get_u16(&profile_ids_tmp, &profile_id)) { in ext_srtp_parse_clienthello()
1918 if (!CBS_get_u16(contents, &psk_id) || in ssl_ext_pre_shared_key_parse_serverhello()
2214 if (!CBS_get_u16(contents, &group_id) || in ssl_ext_key_share_parse_serverhello()
2262 if (!CBS_get_u16(&key_shares, &id) || in ssl_ext_key_share_parse_clienthello()
2462 if (!CBS_get_u16(&supported_group_list, in ext_supported_groups_parse_clienthello()
[all …]
Dtls13_client.cc61 if (!CBS_get_u16(&cbs, &server_version) || in do_process_hello_retry_request()
103 if (!CBS_get_u16(&key_share, &group_id) || CBS_len(&key_share) != 0) { in do_process_hello_retry_request()
174 if (!CBS_get_u16(&cbs, &server_version) || in do_process_server_hello()
178 !CBS_get_u16(&cbs, &cipher_suite) || in do_process_server_hello()
Dhandshake_client.cc792 if (!CBS_get_u16(&hello_verify_request, &server_version) || in dtls1_get_hello_verify_request()
819 if (!CBS_get_u16(&server_hello, out)) { in parse_server_version()
871 (!CBS_get_u16(&supported_versions, out) || in parse_server_version()
947 !CBS_get_u16(&server_hello, &cipher_suite) || in ssl3_get_server_hello()
1312 !CBS_get_u16(&server_key_exchange, &group_id) || in ssl3_get_server_key_exchange()
1349 if (!CBS_get_u16(&server_key_exchange, &signature_algorithm)) { in ssl3_get_server_key_exchange()
Dtls_record.cc219 !CBS_get_u16(&cbs, &version) || in tls_open_record()
220 !CBS_get_u16(&cbs, &ciphertext_len)) { in tls_open_record()
Ddtls_record.cc190 !CBS_get_u16(&cbs, &version) || in dtls_open_record()
Dssl_versions.cc357 if (!CBS_get_u16(&copy, &version)) { in ssl_negotiate_version()
Dhandshake_server.cc458 if (!CBS_get_u16(&cipher_suites, &got_id)) { in ssl_client_cipher_list_contains_cipher()
558 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in STACK_OF()
1550 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) { in ssl3_get_cert_verify()
Dtls13_both.cc384 if (!CBS_get_u16(&cbs, &signature_algorithm) || in tls13_process_certificate_verify()
Dssl_asn1.cc605 !CBS_get_u16(&cipher, &cipher_value) || in SSL_SESSION_parse()
Dd1_both.cc482 !CBS_get_u16(cbs, &out_hdr->seq) || in dtls1_parse_fragment()
Dtls13_server.cc124 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) { in choose_tls13_cipher()
Dssl_test.cc3120 ASSERT_TRUE(CBS_get_u16(&cbs, &record_version)); in TestRecordCallback()
3126 ASSERT_TRUE(CBS_get_u16(&cbs, &epoch)); in TestRecordCallback()
3130 ASSERT_TRUE(CBS_get_u16(&cbs, &length)); in TestRecordCallback()
/external/boringssl/src/ssl/test/
Dfuzzer.h64 if (!CBS_get_u16(cbs, &tag)) { in SetupTest()
/external/boringssl/src/include/openssl/
Dbytestring.h88 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);
/external/boringssl/src/crypto/bytestring/
Dcbs.c114 int CBS_get_u16(CBS *cbs, uint16_t *out) { in CBS_get_u16() function
Dbytestring_test.cc58 ASSERT_TRUE(CBS_get_u16(&data, &u16)); in TEST()
86 ASSERT_TRUE(CBS_get_u16(&prefixed, &u16)); in TEST()
/external/boringssl/src/
DSTYLE.md150 OPENSSL_EXPORT int CBS_get_u16(CBS *cbs, uint16_t *out);