Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 25 of 69) sorted by relevance

123

/third_party/boringssl/src/ssl/
Dt1_lib.cc299 Span<const uint16_t> tls1_get_grouplist(const SSL_HANDSHAKE *hs) { in tls1_get_grouplist()
306 bool tls1_get_shared_group(SSL_HANDSHAKE *hs, uint16_t *out_group_id) { in tls1_get_shared_group()
396 bool tls1_check_group_id(const SSL_HANDSHAKE *hs, uint16_t group_id) { in tls1_check_group_id()
580 static bool forbid_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, in forbid_parse_serverhello()
592 static bool ignore_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, in ignore_parse_clienthello()
598 static bool dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in dont_add_serverhello()
606 static bool ext_sni_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sni_add_clienthello()
627 static bool ext_sni_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, in ext_sni_parse_serverhello()
634 static bool ext_sni_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, in ext_sni_parse_clienthello()
640 static bool ext_sni_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { in ext_sni_add_serverhello()
[all …]
Dhandshake_client.cc205 static void ssl_get_client_disabled(SSL_HANDSHAKE *hs, uint32_t *out_mask_a, in ssl_get_client_disabled()
217 static bool ssl_write_client_cipher_list(SSL_HANDSHAKE *hs, CBB *out) { in ssl_write_client_cipher_list()
284 bool ssl_write_client_hello(SSL_HANDSHAKE *hs) { in ssl_write_client_hello()
336 static bool parse_supported_versions(SSL_HANDSHAKE *hs, uint16_t *version, in parse_supported_versions()
379 static enum ssl_hs_wait_t do_start_connect(SSL_HANDSHAKE *hs) { in do_start_connect()
441 static enum ssl_hs_wait_t do_enter_early_data(SSL_HANDSHAKE *hs) { in do_enter_early_data()
479 static enum ssl_hs_wait_t do_early_reverify_server_certificate(SSL_HANDSHAKE *hs) { in do_early_reverify_server_certificate()
498 static enum ssl_hs_wait_t do_read_hello_verify_request(SSL_HANDSHAKE *hs) { in do_read_hello_verify_request()
542 static enum ssl_hs_wait_t do_read_server_hello(SSL_HANDSHAKE *hs) { in do_read_server_hello()
782 static enum ssl_hs_wait_t do_tls13(SSL_HANDSHAKE *hs) { in do_tls13()
[all …]
Dtls13_server.cc62 static int resolve_ecdhe_secret(SSL_HANDSHAKE *hs, bool *out_need_retry, in resolve_ecdhe_secret()
93 static int ssl_ext_supported_versions_add_serverhello(SSL_HANDSHAKE *hs, in ssl_ext_supported_versions_add_serverhello()
117 static bool add_new_session_tickets(SSL_HANDSHAKE *hs, bool *out_sent_tickets) { in add_new_session_tickets()
199 static enum ssl_hs_wait_t do_select_parameters(SSL_HANDSHAKE *hs) { in do_select_parameters()
252 SSL_HANDSHAKE *hs, uint8_t *out_alert, UniquePtr<SSL_SESSION> *out_session, in select_session()
330 static enum ssl_hs_wait_t do_select_session(SSL_HANDSHAKE *hs) { in do_select_session()
488 static enum ssl_hs_wait_t do_send_hello_retry_request(SSL_HANDSHAKE *hs) { in do_send_hello_retry_request()
523 static enum ssl_hs_wait_t do_read_second_client_hello(SSL_HANDSHAKE *hs) { in do_read_second_client_hello()
593 static enum ssl_hs_wait_t do_send_server_hello(SSL_HANDSHAKE *hs) { in do_send_server_hello()
709 static enum ssl_hs_wait_t do_send_server_certificate_verify(SSL_HANDSHAKE *hs) { in do_send_server_certificate_verify()
[all …]
Dhandshake_server.cc195 static bool negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert, in negotiate_version()
300 static void ssl_get_compatible_server_ciphers(SSL_HANDSHAKE *hs, in ssl_get_compatible_server_ciphers()
330 SSL_HANDSHAKE *hs, const SSL_CLIENT_HELLO *client_hello, in ssl3_choose_cipher()
398 static enum ssl_hs_wait_t do_start_accept(SSL_HANDSHAKE *hs) { in do_start_accept()
506 static bool extract_sni(SSL_HANDSHAKE *hs, uint8_t *out_alert, in extract_sni()
554 static enum ssl_hs_wait_t do_read_client_hello(SSL_HANDSHAKE *hs) { in do_read_client_hello()
644 static enum ssl_hs_wait_t do_select_certificate(SSL_HANDSHAKE *hs) { in do_select_certificate()
714 static enum ssl_hs_wait_t do_tls13(SSL_HANDSHAKE *hs) { in do_tls13()
724 static enum ssl_hs_wait_t do_select_parameters(SSL_HANDSHAKE *hs) { in do_select_parameters()
845 static enum ssl_hs_wait_t do_send_server_hello(SSL_HANDSHAKE *hs) { in do_send_server_hello()
[all …]
Dtls13_client.cc55 static enum ssl_hs_wait_t do_read_hello_retry_request(SSL_HANDSHAKE *hs) { in do_read_hello_retry_request()
197 static enum ssl_hs_wait_t do_send_second_client_hello(SSL_HANDSHAKE *hs) { in do_send_second_client_hello()
217 static enum ssl_hs_wait_t do_read_server_hello(SSL_HANDSHAKE *hs) { in do_read_server_hello()
415 static enum ssl_hs_wait_t do_read_encrypted_extensions(SSL_HANDSHAKE *hs) { in do_read_encrypted_extensions()
467 static enum ssl_hs_wait_t do_read_certificate_request(SSL_HANDSHAKE *hs) { in do_read_certificate_request()
545 static enum ssl_hs_wait_t do_read_server_certificate(SSL_HANDSHAKE *hs) { in do_read_server_certificate()
568 SSL_HANDSHAKE *hs) { in do_read_server_certificate_verify()
596 SSL_HANDSHAKE *hs) { in do_server_certificate_reverify()
610 static enum ssl_hs_wait_t do_read_server_finished(SSL_HANDSHAKE *hs) { in do_read_server_finished()
631 static enum ssl_hs_wait_t do_send_end_of_early_data(SSL_HANDSHAKE *hs) { in do_send_end_of_early_data()
[all …]
Dtls13_enc.cc36 static bool init_key_schedule(SSL_HANDSHAKE *hs, uint16_t version, in init_key_schedule()
49 static bool hkdf_extract_to_secret(SSL_HANDSHAKE *hs, Span<const uint8_t> in) { in hkdf_extract_to_secret()
60 bool tls13_init_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk) { in tls13_init_key_schedule()
69 bool tls13_init_early_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> psk) { in tls13_init_early_key_schedule()
109 bool tls13_advance_key_schedule(SSL_HANDSHAKE *hs, Span<const uint8_t> in) { in tls13_advance_key_schedule()
124 static bool derive_secret(SSL_HANDSHAKE *hs, Span<uint8_t> out, in derive_secret()
231 bool tls13_derive_early_secret(SSL_HANDSHAKE *hs) { in tls13_derive_early_secret()
242 bool tls13_set_early_secret_for_quic(SSL_HANDSHAKE *hs) { in tls13_set_early_secret_for_quic()
266 static bool set_quic_secrets(SSL_HANDSHAKE *hs, ssl_encryption_level_t level, in set_quic_secrets()
283 bool tls13_derive_handshake_secrets(SSL_HANDSHAKE *hs) { in tls13_derive_handshake_secrets()
[all …]
Dhandshake.cc168 UniquePtr<SSL_HANDSHAKE> hs = MakeUnique<SSL_HANDSHAKE>(ssl); in ssl_handshake_new() local
231 bool ssl_hash_message(SSL_HANDSHAKE *hs, const SSLMessage &msg) { in ssl_hash_message()
291 enum ssl_verify_result_t ssl_verify_peer_cert(SSL_HANDSHAKE *hs) { in ssl_verify_peer_cert()
391 enum ssl_verify_result_t ssl_reverify_peer_cert(SSL_HANDSHAKE *hs) { in ssl_reverify_peer_cert()
410 uint16_t ssl_get_grease_value(SSL_HANDSHAKE *hs, in ssl_get_grease_value()
428 enum ssl_hs_wait_t ssl_get_finished(SSL_HANDSHAKE *hs) { in ssl_get_finished()
477 bool ssl_send_finished(SSL_HANDSHAKE *hs) { in ssl_send_finished()
522 bool ssl_output_cert_chain(SSL_HANDSHAKE *hs) { in ssl_output_cert_chain()
536 int ssl_run_handshake(SSL_HANDSHAKE *hs, bool *out_early_return) { in ssl_run_handshake()
Dtls13_both.cc57 SSL_HANDSHAKE *hs, Array<uint8_t> *out, in tls13_get_cert_verify_signature_input()
107 bool tls13_process_certificate(SSL_HANDSHAKE *hs, const SSLMessage &msg, in tls13_process_certificate()
341 bool tls13_process_certificate_verify(SSL_HANDSHAKE *hs, const SSLMessage &msg) { in tls13_process_certificate_verify()
383 bool tls13_process_finished(SSL_HANDSHAKE *hs, const SSLMessage &msg, in tls13_process_finished()
413 bool tls13_add_certificate(SSL_HANDSHAKE *hs) { in tls13_add_certificate()
548 enum ssl_private_key_result_t tls13_add_certificate_verify(SSL_HANDSHAKE *hs) { in tls13_add_certificate_verify()
598 bool tls13_add_finished(SSL_HANDSHAKE *hs) { in tls13_add_finished()
Dtls_method.cc147 SSL_HANDSHAKE *hs, in ssl_noop_x509_session_verify_cert_chain()
152 static void ssl_noop_x509_hs_flush_cached_ca_names(SSL_HANDSHAKE *hs) {} in ssl_noop_x509_hs_flush_cached_ca_names()
153 static bool ssl_noop_x509_ssl_new(SSL_HANDSHAKE *hs) { return true; } in ssl_noop_x509_ssl_new()
156 static bool ssl_noop_x509_ssl_auto_chain_if_needed(SSL_HANDSHAKE *hs) { in ssl_noop_x509_ssl_auto_chain_if_needed()
Dssl_versions.cc170 bool ssl_get_version_range(const SSL_HANDSHAKE *hs, uint16_t *out_min_version, in ssl_get_version_range()
263 bool ssl_supports_version(SSL_HANDSHAKE *hs, uint16_t version) { in ssl_supports_version()
276 bool ssl_add_supported_versions(SSL_HANDSHAKE *hs, CBB *cbb) { in ssl_add_supported_versions()
286 bool ssl_negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert, in ssl_negotiate_version()
Dssl_cert.cc341 bool ssl_has_certificate(const SSL_HANDSHAKE *hs) { in ssl_has_certificate()
411 bool ssl_add_cert_chain(SSL_HANDSHAKE *hs, CBB *cbb) { in ssl_add_cert_chain()
678 bool ssl_add_client_CA_list(SSL_HANDSHAKE *hs, CBB *cbb) { in ssl_add_client_CA_list()
703 bool ssl_check_leaf_certificate(SSL_HANDSHAKE *hs, EVP_PKEY *pkey, in ssl_check_leaf_certificate()
729 bool ssl_on_certificate_selected(SSL_HANDSHAKE *hs) { in ssl_on_certificate_selected()
808 static bool ssl_can_serve_dc(const SSL_HANDSHAKE *hs) { in ssl_can_serve_dc()
837 bool ssl_signing_with_dc(const SSL_HANDSHAKE *hs) { in ssl_signing_with_dc()
Dssl_session.cc345 int ssl_get_new_session(SSL_HANDSHAKE *hs, int is_server) { in ssl_get_new_session()
460 static int ssl_encrypt_ticket_with_cipher_ctx(SSL_HANDSHAKE *hs, CBB *out, in ssl_encrypt_ticket_with_cipher_ctx()
539 static int ssl_encrypt_ticket_with_method(SSL_HANDSHAKE *hs, CBB *out, in ssl_encrypt_ticket_with_method()
570 int ssl_encrypt_ticket(SSL_HANDSHAKE *hs, CBB *out, in ssl_encrypt_ticket()
590 int ssl_session_is_context_valid(const SSL_HANDSHAKE *hs, in ssl_session_is_context_valid()
617 int ssl_session_is_resumable(const SSL_HANDSHAKE *hs, in ssl_session_is_resumable()
643 SSL_HANDSHAKE *hs, UniquePtr<SSL_SESSION> *out_session, in ssl_lookup_session()
710 enum ssl_hs_wait_t ssl_get_prev_session(SSL_HANDSHAKE *hs, in ssl_get_prev_session()
1063 SSL_HANDSHAKE *hs = ssl->s3->hs.get(); in SSL_get_session() local
Dt1_enc.cc245 int tls1_change_cipher_state(SSL_HANDSHAKE *hs, in tls1_change_cipher_state()
251 int tls1_generate_master_secret(SSL_HANDSHAKE *hs, uint8_t *out, in tls1_generate_master_secret()
/third_party/lwip/src/apps/http/
Dhttpd.c127 #define HTTP_IS_DYNAMIC_FILE(hs) ((hs)->buf != NULL) argument
129 #define HTTP_IS_DYNAMIC_FILE(hs) 0 argument
136 #define HTTP_IS_DATA_VOLATILE(hs) (HTTP_IS_DYNAMIC_FILE(hs) ? TCP_WRITE_FLAG_COPY : 0) argument
140 #define HTTP_IS_HDR_VOLATILE(hs, ptr) 0 argument
354 http_add_connection(struct http_state *hs) in http_add_connection()
362 http_remove_connection(struct http_state *hs) in http_remove_connection()
383 struct http_state *hs = http_connections; in http_kill_oldest_connection() local
410 #define http_add_connection(hs) argument
411 #define http_remove_connection(hs) argument
446 http_state_init(struct http_state *hs) in http_state_init()
[all …]
/third_party/mbedtls/library/
Dhavege.c195 static void havege_fill( mbedtls_havege_state *hs ) in havege_fill()
232 void mbedtls_havege_init( mbedtls_havege_state *hs ) in mbedtls_havege_init()
239 void mbedtls_havege_free( mbedtls_havege_state *hs ) in mbedtls_havege_free()
254 mbedtls_havege_state *hs = (mbedtls_havege_state *) p_rng; in mbedtls_havege_random() local
/third_party/boost/libs/multiprecision/test/
Dtest_float_conversions.cpp38 cpp_bin_float_half hs = boost::math::constants::pi<cpp_bin_float_half>(); in main() local
/third_party/boost/boost/math/special_functions/
Dowens_t.hpp165 const RealType hs = -h*h*half<RealType>(); in owens_t_T1() local
202 const RealType hs = h*h; in owens_t_T2() local
252 const RealType hs = h*h; in owens_t_T3_imp() local
324 const RealType hs = h*h; in owens_t_T3_imp() local
371 const RealType hs = h*h; in owens_t_T4() local
425 const RealType hs = -h*h*boost::math::constants::half<RealType>(); in owens_t_T5_imp() local
497 const RealType hs = -h*h*boost::math::constants::half<RealType>(); in owens_t_T5_imp() local
630 const RealType hs = h*h; in owens_t_T2() local
674 const RealType hs = h*h; in owens_t_T2_accelerated() local
746 const RealType hs = h*h; in T4_mp() local
/third_party/boost/libs/math/test/
Dsignal_statistics_test.cpp42 Real hs = boost::math::statistics::hoyer_sparsity(v.begin(), v.end()); in test_hoyer_sparsity() local
97 double hs = boost::math::statistics::hoyer_sparsity(v); in test_integer_hoyer_sparsity() local
115 Real hs = boost::math::statistics::hoyer_sparsity(v.begin(), v.end()); in test_complex_hoyer_sparsity() local
/third_party/typescript/tests/baselines/reference/
DrecursiveTypeReferences1.js115 const hs = hss.pop()!; constant
195 function cons(hs) { argument
203 .reduce(function (node, hs) { argument
/third_party/boost/libs/phoenix/test/algorithm/
Dquerying_find.cpp69 BOOST_PHOENIX_HASH_NAMESPACE::hash_set<int> hs(array, array + 3); in find_test() local
Dquerying_find2.cpp66 BOOST_PHOENIX_HASH_NAMESPACE::hash_set<int> hs(array, array + 3); in find_test() local
/third_party/skia/include/private/
DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
/third_party/flutter/skia/include/private/
DSkHalf.h42 Sk4h hs = Sk4h::Load(&rgba); in SkHalfToFloat_finite_ftz() local
/third_party/mbedtls/programs/random/
Dgen_random_havege.c87 mbedtls_havege_state hs; in main() local
/third_party/boost/libs/histogram/examples/
Dgetting_started_listing_05.cpp50 HolderOfStaticHistogram hs; in main() local

123