forked from wolfSSL/wolfssl
Fix placement of AES-XTS test declarations in api.c
Co-Authored-By: sean@wolfssl.com <sean@wolfssl.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user