From 41e8a9d9743951c2431ad1320e222e2b05223b05 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 01:46:54 +0000 Subject: [PATCH] Add AES-XTS test cases to testCases array in api.c Co-Authored-By: sean@wolfssl.com --- tests/api.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/api.c b/tests/api.c index 55831812d..d37a7d5fa 100644 --- a/tests/api.c +++ b/tests/api.c @@ -89104,6 +89104,14 @@ int testAll = 1; TEST_CASE testCases[] = { TEST_DECL(test_fileAccess), +#ifdef WOLFSSL_AES_XTS + TEST_CASE(test_wc_AesXtsSetKey), + TEST_CASE(test_wc_AesXtsEncryptDecrypt), + TEST_CASE(test_wc_AesXtsSectorEncryptDecrypt), +#ifdef WOLFSSL_AESXTS_STREAM + TEST_CASE(test_wc_AesXtsStreamEncryptDecrypt), +#endif +#endif /********************************* * wolfcrypt