• Home
  • Raw
  • Download

Lines Matching refs:client_hello

63                                 SSL_CLIENT_HELLO *client_hello) {  in resolve_ecdhe_secret()  argument
69 if (!ssl_client_hello_get_extension(client_hello, &key_share, in resolve_ecdhe_secret()
107 const SSL *ssl, const SSL_CLIENT_HELLO *client_hello, uint16_t group_id) { in choose_tls13_cipher() argument
109 CBS_init(&cipher_suites, client_hello->cipher_suites, in choose_tls13_cipher()
110 client_hello->cipher_suites_len); in choose_tls13_cipher()
207 SSL_CLIENT_HELLO client_hello; in do_select_parameters() local
208 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_parameters()
214 OPENSSL_memcpy(hs->session_id, client_hello.session_id, in do_select_parameters()
215 client_hello.session_id_len); in do_select_parameters()
216 hs->session_id_len = client_hello.session_id_len; in do_select_parameters()
226 hs->new_cipher = choose_tls13_cipher(ssl, &client_hello, group_id); in do_select_parameters()
236 if (!ssl_negotiate_alpn(hs, &alert, &client_hello)) { in do_select_parameters()
254 const SSLMessage &msg, const SSL_CLIENT_HELLO *client_hello) { in select_session() argument
260 client_hello, &pre_shared_key, TLSEXT_TYPE_pre_shared_key); in select_session()
268 hs, &ticket, &binders, &client_ticket_age, out_alert, client_hello, in select_session()
336 SSL_CLIENT_HELLO client_hello; in do_select_session() local
337 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_select_session()
347 &offered_ticket, msg, &client_hello)) { in do_select_session()
422 ssl->ctx->dos_protection_cb(&client_hello) == 0) { in do_select_session()
457 if (!resolve_ecdhe_secret(hs, &need_retry, &client_hello)) { in do_select_session()
532 SSL_CLIENT_HELLO client_hello; in do_read_second_client_hello() local
533 if (!ssl_client_hello_init(ssl, &client_hello, msg)) { in do_read_second_client_hello()
548 if (!ssl_client_hello_get_extension(&client_hello, &pre_shared_key, in do_read_second_client_hello()
559 hs, &ticket, &binders, &client_ticket_age, &alert, &client_hello, in do_read_second_client_hello()
575 if (!resolve_ecdhe_secret(hs, &need_retry, &client_hello)) { in do_read_second_client_hello()