Home
last modified time | relevance | path

Searched refs:CBS_get_u16_length_prefixed (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/fuzz/
Dbn_mod_exp.cc64 if (!CBS_get_u16_length_prefixed(&cbs, &child0) || in LLVMFuzzerTestOneInput()
67 !CBS_get_u16_length_prefixed(&cbs, &child1) || in LLVMFuzzerTestOneInput()
69 !CBS_get_u16_length_prefixed(&cbs, &child2) || in LLVMFuzzerTestOneInput()
Dbn_div.cc31 if (!CBS_get_u16_length_prefixed(&cbs, &child0) || in LLVMFuzzerTestOneInput()
34 !CBS_get_u16_length_prefixed(&cbs, &child1) || in LLVMFuzzerTestOneInput()
/external/boringssl/src/ssl/
Dt1_lib.cc166 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in tls1_check_duplicate_extensions()
188 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in tls1_check_duplicate_extensions()
242 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) || in ssl_client_hello_init()
264 if (!CBS_get_u16_length_prefixed(&client_hello, &extensions) || in ssl_client_hello_init()
285 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in ssl_client_hello_get_extension()
723 if (!CBS_get_u16_length_prefixed(contents, &ech_configs) || in ext_ech_parse_serverhello()
734 !CBS_get_u16_length_prefixed(&ech_configs, &ech_config_contents)) { in ext_ech_parse_serverhello()
1117 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1479 if (!CBS_get_u16_length_prefixed(contents, &protocol_name_list) || in ext_alpn_parse_serverhello()
1552 if (!CBS_get_u16_length_prefixed(&contents, &protocol_name_list) || in ssl_negotiate_alpn()
[all …]
Dtls13_client.cc134 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_hello_retry_request()
188 if (!CBS_get_u16_length_prefixed(&cookie, &cookie_value) || in do_read_hello_retry_request()
288 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_server_hello()
579 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_certificate_request()
585 !CBS_get_u16_length_prefixed(&sigalgs, in do_read_certificate_request()
1003 !CBS_get_u16_length_prefixed(body, &ticket) || in tls13_create_session_with_ticket()
1005 !CBS_get_u16_length_prefixed(body, &extensions) || in tls13_create_session_with_ticket()
Dhandshake_server.cc452 if (!CBS_get_u16_length_prefixed(&extensions, &body)) { in is_probably_jdk11_with_tls13()
517 if (!CBS_get_u16_length_prefixed(&sni, &server_name_list) || in extract_sni()
526 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) || in extract_sni()
1233 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) || in do_read_client_key_exchange()
1259 if (!CBS_get_u16_length_prefixed(&client_key_exchange, in do_read_client_key_exchange()
1477 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) || in do_read_client_certificate_verify()
Dssl_cert.cc633 if (!CBS_get_u16_length_prefixed(cbs, &child)) { in ssl_parse_client_CA_list()
641 if (!CBS_get_u16_length_prefixed(&child, &distinguished_name)) { in ssl_parse_client_CA_list()
787 !CBS_get_u16_length_prefixed(&deleg, &sig) || in Parse()
Dhandshake_client.cc345 if (!CBS_get_u16_length_prefixed(&copy, &extensions) || in parse_supported_versions()
963 if (!CBS_get_u16_length_prefixed(&server_key_exchange, in do_read_server_key_exchange()
1064 if (!CBS_get_u16_length_prefixed(&server_key_exchange, &signature) || in do_read_server_key_exchange()
1151 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1621 !CBS_get_u16_length_prefixed(&new_session_ticket, &ticket) || in do_read_session_ticket()
Ddtls_record.cc200 !CBS_get_u16_length_prefixed(&cbs, &body) || in dtls_open_record()
Dtls13_both.cc199 !CBS_get_u16_length_prefixed(&certificate_list, &extensions) || in tls13_process_certificate()
350 !CBS_get_u16_length_prefixed(&body, &signature) || in tls13_process_certificate_verify()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc161 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in tls1_check_duplicate_extensions()
183 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in tls1_check_duplicate_extensions()
237 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) || in ssl_client_hello_init()
259 if (!CBS_get_u16_length_prefixed(&client_hello, &extensions) || in ssl_client_hello_init()
280 !CBS_get_u16_length_prefixed(&extensions, &extension)) { in ssl_client_hello_get_extension()
936 if (!CBS_get_u16_length_prefixed(contents, &supported_signature_algorithms) || in ext_sigalgs_parse_clienthello()
1286 if (!CBS_get_u16_length_prefixed(contents, &protocol_name_list) || in ext_alpn_parse_serverhello()
1353 if (!CBS_get_u16_length_prefixed(&contents, &protocol_name_list) || in ssl_negotiate_alpn()
1540 if (!CBS_get_u16_length_prefixed(contents, &profile_ids) || in ext_srtp_parse_serverhello()
1580 if (!CBS_get_u16_length_prefixed(contents, &profile_ids) || in ext_srtp_parse_clienthello()
[all …]
Dtls13_client.cc133 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_hello_retry_request()
188 if (!CBS_get_u16_length_prefixed(&cookie, &cookie_value) || in do_read_hello_retry_request()
288 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_server_hello()
568 !CBS_get_u16_length_prefixed(&body, &extensions) || in do_read_certificate_request()
575 !CBS_get_u16_length_prefixed(&sigalgs, in do_read_certificate_request()
964 !CBS_get_u16_length_prefixed(body, &ticket) || in tls13_create_session_with_ticket()
966 !CBS_get_u16_length_prefixed(body, &extensions) || in tls13_create_session_with_ticket()
Dhandshake_server.cc452 if (!CBS_get_u16_length_prefixed(&extensions, &body)) { in is_probably_jdk11_with_tls13()
517 if (!CBS_get_u16_length_prefixed(&sni, &server_name_list) || in extract_sni()
526 !CBS_get_u16_length_prefixed(&server_name_list, &host_name) || in extract_sni()
1227 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) || in do_read_client_key_exchange()
1253 if (!CBS_get_u16_length_prefixed(&client_key_exchange, in do_read_client_key_exchange()
1472 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) || in do_read_client_certificate_verify()
Dssl_cert.cc633 if (!CBS_get_u16_length_prefixed(cbs, &child)) { in ssl_parse_client_CA_list()
641 if (!CBS_get_u16_length_prefixed(&child, &distinguished_name)) { in ssl_parse_client_CA_list()
787 !CBS_get_u16_length_prefixed(&deleg, &sig) || in Parse()
Dhandshake_client.cc345 if (!CBS_get_u16_length_prefixed(&copy, &extensions) || in parse_supported_versions()
967 if (!CBS_get_u16_length_prefixed(&server_key_exchange, in do_read_server_key_exchange()
1068 if (!CBS_get_u16_length_prefixed(&server_key_exchange, &signature) || in do_read_server_key_exchange()
1155 if (!CBS_get_u16_length_prefixed(&body, &supported_signature_algorithms) || in do_read_certificate_request()
1631 !CBS_get_u16_length_prefixed(&new_session_ticket, &ticket) || in do_read_session_ticket()
Ddtls_record.cc200 !CBS_get_u16_length_prefixed(&cbs, &body) || in dtls_open_record()
Dtls13_both.cc199 !CBS_get_u16_length_prefixed(&certificate_list, &extensions) || in tls13_process_certificate()
351 !CBS_get_u16_length_prefixed(&body, &signature) || in tls13_process_certificate_verify()
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc602 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
606 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
611 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
621 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
670 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
674 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
679 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
690 ASSERT_TRUE(CBS_get_u16_length_prefixed(&real_response, &tmp)); in TEST_P()
Dtrust_token.c301 if (!CBS_get_u16_length_prefixed(&in, &srr) || in TRUST_TOKEN_CLIENT_finish_redemption()
302 !CBS_get_u16_length_prefixed(&in, &sig)) { in TRUST_TOKEN_CLIENT_finish_redemption()
546 if (!CBS_get_u16_length_prefixed(&request_cbs, &token_cbs)) { in TRUST_TOKEN_ISSUER_redeem()
586 if (!CBS_get_u16_length_prefixed(&request_cbs, &client_data) || in TRUST_TOKEN_ISSUER_redeem()
Dpmbtoken.c123 if (!CBS_get_u16_length_prefixed(cbs, &child) || in cbs_get_prefixed_point()
948 if(!CBS_get_u16_length_prefixed(cbs, &proof)) { in STACK_OF()
1041 if (!CBS_get_u16_length_prefixed(cbs, &proof) || in STACK_OF()
/external/boringssl/src/crypto/trust_token/
Dtrust_token.c333 if (!CBS_get_u16_length_prefixed(&in, &srr) || in TRUST_TOKEN_CLIENT_finish_redemption()
334 !CBS_get_u16_length_prefixed(&in, &sig) || in TRUST_TOKEN_CLIENT_finish_redemption()
530 if (!CBS_get_u16_length_prefixed(&request_cbs, &token_cbs)) { in TRUST_TOKEN_ISSUER_redeem_raw()
555 if (!CBS_get_u16_length_prefixed(&request_cbs, &client_data) || in TRUST_TOKEN_ISSUER_redeem_raw()
652 if (!CBS_get_u16_length_prefixed(&request_cbs, &token_cbs)) { in TRUST_TOKEN_ISSUER_redeem()
692 if (!CBS_get_u16_length_prefixed(&request_cbs, &client_data) || in TRUST_TOKEN_ISSUER_redeem()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_state.cc159 !CBS_get_u16_length_prefixed(&in, &text)) { in Deserialize()
/external/boringssl/src/ssl/test/
Dtest_state.cc159 !CBS_get_u16_length_prefixed(&in, &text)) { in Deserialize()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbytestring.h149 OPENSSL_EXPORT int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out);
/external/boringssl/src/include/openssl/
Dbytestring.h149 OPENSSL_EXPORT int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out);
/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c211 int CBS_get_u16_length_prefixed(CBS *cbs, CBS *out) { in CBS_get_u16_length_prefixed() function

12