Home
last modified time | relevance | path

Searched refs:is_hrr (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.5.0/library/
Dssl_tls13_client.c1611 int is_hrr) in ssl_tls13_parse_server_hello() argument
1622 int hs_msg_type = is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_parse_server_hello()
1661 if (!is_hrr) { in ssl_tls13_parse_server_hello()
1705 else if ((!is_hrr) && (handshake->hello_retry_request_count > 0) && in ssl_tls13_parse_server_hello()
1758 allowed_extensions_mask = is_hrr ? in ssl_tls13_parse_server_hello()
1823 if (is_hrr) { in ssl_tls13_parse_server_hello()
2037 int is_hrr = 0; in ssl_tls13_process_server_hello() local
2049 is_hrr = (ret == SSL_SERVER_HELLO_HRR); in ssl_tls13_process_server_hello()
2059 is_hrr)); in ssl_tls13_process_server_hello()
2060 if (is_hrr) { in ssl_tls13_process_server_hello()
[all …]
Dssl_tls13_server.c2023 int is_hrr) in ssl_tls13_write_server_hello_body() argument
2050 if (is_hrr) { in ssl_tls13_write_server_hello_body()
2119 if (is_hrr) { in ssl_tls13_write_server_hello_body()
2131 if (!is_hrr && mbedtls_ssl_tls13_key_exchange_mode_with_psk(ssl)) { in ssl_tls13_write_server_hello_body()
2152 3, is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_write_server_hello_body()