Searched refs:ret_dhe (Results 1 – 1 of 1) sorted by relevance
212 int ret_ecdhe, ret_dhe; in ssl_tls13_write_supported_groups_ext() local237 ret_dhe = ssl_tls13_write_named_group_list_dhe( ssl, p, end, &output_len ); in ssl_tls13_write_supported_groups_ext()238 if( ret_dhe != 0 ) in ssl_tls13_write_supported_groups_ext()240 MBEDTLS_SSL_DEBUG_RET( 1, "ssl_tls13_write_named_group_list_dhe", ret_dhe ); in ssl_tls13_write_supported_groups_ext()245 if( ret_ecdhe != 0 && ret_dhe != 0 ) in ssl_tls13_write_supported_groups_ext()