Rename HexParam_t -> data_t for consistent coding style
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function
index eed5183..326f22d 100644
--- a/tests/suites/test_suite_ssl.function
+++ b/tests/suites/test_suite_ssl.function
@@ -9,7 +9,7 @@
*/
/* BEGIN_CASE depends_on:MBEDTLS_SSL_DTLS_ANTI_REPLAY */
-void ssl_dtls_replay( HexParam_t * prevs, HexParam_t * new, int ret )
+void ssl_dtls_replay( data_t * prevs, data_t * new, int ret )
{
uint32_t len = 0;
mbedtls_ssl_context ssl;