Add AES-XTS test cases to testCases array in api.c

Co-Authored-By: sean@wolfssl.com <sean@wolfssl.com>
This commit is contained in:
Devin AI
2025-03-17 01:46:54 +00:00
parent d0fa785196
commit 41e8a9d974

View File

@@ -89104,6 +89104,14 @@ int testAll = 1;
TEST_CASE testCases[] = { TEST_CASE testCases[] = {
TEST_DECL(test_fileAccess), 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 * wolfcrypt