Fix placement of AES-XTS test declarations in api.c

Co-Authored-By: sean@wolfssl.com <sean@wolfssl.com>
This commit is contained in:
Devin AI
2025-03-17 01:49:14 +00:00
parent b481ea57d0
commit b76bfbcfad

View File

@ -6,6 +6,14 @@
#ifdef WOLFSSL_AESXTS_STREAM
TEST_DECL(test_wc_AesXtsStreamEncryptDecrypt),
#endif
#endif
#ifdef WOLFSSL_AES_XTS
TEST_DECL(test_wc_AesXtsSetKey),
TEST_DECL(test_wc_AesXtsEncryptDecrypt),
TEST_DECL(test_wc_AesXtsSectorEncryptDecrypt),
#ifdef WOLFSSL_AESXTS_STREAM
TEST_DECL(test_wc_AesXtsStreamEncryptDecrypt),
#endif
#endif
*
* Copyright (C) 2006-2025 wolfSSL Inc.