Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_client.c1595 int is_hrr) in ssl_tls13_parse_server_hello() argument
1606 int hs_msg_type = is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_parse_server_hello()
1645 if (!is_hrr) { in ssl_tls13_parse_server_hello()
1689 else if ((!is_hrr) && handshake->hello_retry_request_flag && in ssl_tls13_parse_server_hello()
1742 allowed_extensions_mask = is_hrr ? in ssl_tls13_parse_server_hello()
1807 if (is_hrr) { in ssl_tls13_parse_server_hello()
2002 int is_hrr = 0; in ssl_tls13_process_server_hello() local
2013 is_hrr = (ret == SSL_SERVER_HELLO_HRR); in ssl_tls13_process_server_hello()
2023 is_hrr)); in ssl_tls13_process_server_hello()
2024 if (is_hrr) { in ssl_tls13_process_server_hello()
[all …]
H A Dssl_tls13_server.c2266 int is_hrr) in ssl_tls13_write_server_hello_body() argument
2293 if (is_hrr) { in ssl_tls13_write_server_hello_body()
2362 if (is_hrr) { in ssl_tls13_write_server_hello_body()
2374 if (!is_hrr && mbedtls_ssl_tls13_key_exchange_mode_with_psk(ssl)) { in ssl_tls13_write_server_hello_body()
2395 3, is_hrr ? MBEDTLS_SSL_TLS1_3_HS_HELLO_RETRY_REQUEST : in ssl_tls13_write_server_hello_body()