Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dssl_tls13_client.c1534 int is_hrr ) in ssl_tls13_parse_server_hello() argument
1545 int hs_msg_type = is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_parse_server_hello()
1585 if( !is_hrr ) in ssl_tls13_parse_server_hello()
1632 else if( ( !is_hrr ) && ( handshake->hello_retry_request_count > 0 ) && in ssl_tls13_parse_server_hello()
1690 allowed_extensions_mask = is_hrr ? in ssl_tls13_parse_server_hello()
1758 if( is_hrr ) in ssl_tls13_parse_server_hello()
1936 int is_hrr = 0; in ssl_tls13_process_server_hello() local
1948 is_hrr = ( ret == SSL_SERVER_HELLO_HRR ); in ssl_tls13_process_server_hello()
1958 is_hrr ) ); in ssl_tls13_process_server_hello()
1959 if( is_hrr ) in ssl_tls13_process_server_hello()
[all …]
Dssl_tls13_server.c2015 int is_hrr ) in ssl_tls13_write_server_hello_body() argument
2042 if( is_hrr ) in ssl_tls13_write_server_hello_body()
2117 if( is_hrr ) in ssl_tls13_write_server_hello_body()
2127 if( !is_hrr && mbedtls_ssl_tls13_key_exchange_mode_with_psk( ssl ) ) in ssl_tls13_write_server_hello_body()
2150 3, is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_write_server_hello_body()