Home
last modified time | relevance | path

Searched refs:CBS_get_u8_length_prefixed (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/ssl/
Dt1_lib.cc216 !CBS_get_u8_length_prefixed(&client_hello, &session_id) || in ssl_client_hello_init()
229 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie) || in ssl_client_hello_init()
238 !CBS_get_u8_length_prefixed(&client_hello, &compression_methods) || in ssl_client_hello_init()
785 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) || in ext_ri_parse_serverhello()
843 if (!CBS_get_u8_length_prefixed(contents, &renegotiated_connection) || in ext_ri_parse_clienthello()
1218 if (!CBS_get_u8_length_prefixed(contents, &proto) || in ext_npn_parse_serverhello()
1434 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) || in ext_alpn_parse_serverhello()
1448 if (!CBS_get_u8_length_prefixed(&client_protocol_name_list, in ext_alpn_parse_serverhello()
1508 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name) || in ssl_negotiate_alpn()
1687 !CBS_get_u8_length_prefixed(contents, &srtp_mki) || in ext_srtp_parse_serverhello()
[all …]
Dhandshake_server.cc477 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) || in negotiate_version()
1417 if (!CBS_get_u8_length_prefixed(&client_key_exchange, &peer_key) || in ssl3_get_client_key_exchange()
1637 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) || in ssl3_get_next_proto()
1638 !CBS_get_u8_length_prefixed(&next_protocol, &padding) || in ssl3_get_next_proto()
Dtls13_client.cc177 !CBS_get_u8_length_prefixed(&cbs, &session_id)) || in do_process_server_hello()
440 if (!CBS_get_u8_length_prefixed(&cbs, &context) || in do_process_certificate_request()
Dhandshake_client.cc793 !CBS_get_u8_length_prefixed(&hello_verify_request, &cookie) || in dtls1_get_hello_verify_request()
945 !CBS_get_u8_length_prefixed(&server_hello, &session_id) || in ssl3_get_server_hello()
1313 !CBS_get_u8_length_prefixed(&server_key_exchange, &point)) { in ssl3_get_server_key_exchange()
1448 if (!CBS_get_u8_length_prefixed(&cbs, &certificate_types)) { in ssl3_get_certificate_request()
Dtls13_enc.cc437 !CBS_get_u8_length_prefixed(binders, &binder)) { in tls13_verify_psk_binder()
Dtls13_both.cc190 if (!CBS_get_u8_length_prefixed(&cbs, &context) || in tls13_process_certificate()
/external/boringssl/src/include/openssl/
Dbytestring.h113 OPENSSL_EXPORT int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out);
/external/boringssl/src/crypto/bytestring/
Dcbs.c166 int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out) { in CBS_get_u8_length_prefixed() function
Dbytestring_test.cc80 ASSERT_TRUE(CBS_get_u8_length_prefixed(&data, &prefixed)); in TEST()
101 EXPECT_FALSE(CBS_get_u8_length_prefixed(&data, &prefixed)); in TEST()