Searched refs:is_hrr (Results 1 – 2 of 2) sorted by relevance
1589 int is_hrr) in ssl_tls13_parse_server_hello() argument1600 int hs_msg_type = is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_parse_server_hello()1639 if (!is_hrr) { in ssl_tls13_parse_server_hello()1683 else if ((!is_hrr) && handshake->hello_retry_request_flag && in ssl_tls13_parse_server_hello()1736 allowed_extensions_mask = is_hrr ? in ssl_tls13_parse_server_hello()1801 if (is_hrr) { in ssl_tls13_parse_server_hello()1996 int is_hrr = 0; in ssl_tls13_process_server_hello() local2007 is_hrr = (ret == SSL_SERVER_HELLO_HRR); in ssl_tls13_process_server_hello()2017 is_hrr)); in ssl_tls13_process_server_hello()2018 if (is_hrr) { in ssl_tls13_process_server_hello()[all …]
2254 int is_hrr) in ssl_tls13_write_server_hello_body() argument2281 if (is_hrr) { in ssl_tls13_write_server_hello_body()2350 if (is_hrr) { in ssl_tls13_write_server_hello_body()2362 if (!is_hrr && mbedtls_ssl_tls13_key_exchange_mode_with_psk(ssl)) { in ssl_tls13_write_server_hello_body()2383 3, is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_write_server_hello_body()