Searched refs:is_hrr (Results 1 – 2 of 2) sorted by relevance
1594 int is_hrr) in ssl_tls13_parse_server_hello() argument1605 int hs_msg_type = is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_parse_server_hello()1644 if (!is_hrr) { in ssl_tls13_parse_server_hello()1688 else if ((!is_hrr) && handshake->hello_retry_request_flag && in ssl_tls13_parse_server_hello()1741 allowed_extensions_mask = is_hrr ? in ssl_tls13_parse_server_hello()1806 if (is_hrr) { in ssl_tls13_parse_server_hello()2001 int is_hrr = 0; in ssl_tls13_process_server_hello() local2012 is_hrr = (ret == SSL_SERVER_HELLO_HRR); in ssl_tls13_process_server_hello()2022 is_hrr)); in ssl_tls13_process_server_hello()2023 if (is_hrr) { in ssl_tls13_process_server_hello()[all …]
2263 int is_hrr) in ssl_tls13_write_server_hello_body() argument2290 if (is_hrr) { in ssl_tls13_write_server_hello_body()2359 if (is_hrr) { in ssl_tls13_write_server_hello_body()2371 if (!is_hrr && mbedtls_ssl_tls13_key_exchange_mode_with_psk(ssl)) { in ssl_tls13_write_server_hello_body()2392 3, is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_write_server_hello_body()