forked from wolfSSL/wolfssl
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user