mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Fix AES-XTS test declarations to use TEST_DECL instead of TEST_CASE
Co-Authored-By: sean@wolfssl.com <sean@wolfssl.com>
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
/* api.c API unit tests
|
/* api.c API unit tests
|
||||||
|
#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.
|
* Copyright (C) 2006-2025 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user