Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dssl_tls13_client.c1589 int is_hrr) in ssl_tls13_parse_server_hello()
1600 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() local
2007 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()
1586 ssl_tls13_parse_server_hello(mbedtls_ssl_context *ssl, const unsigned char *buf, const unsigned char *end, int is_hrr) ssl_tls13_parse_server_hello() argument
[all...]
H A Dssl_tls13_server.c2254 int is_hrr) in ssl_tls13_write_server_hello_body()
2281 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()
2250 ssl_tls13_write_server_hello_body(mbedtls_ssl_context *ssl, unsigned char *buf, unsigned char *end, size_t *out_len, int is_hrr) ssl_tls13_write_server_hello_body() argument

Completed in 7 milliseconds