mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 22:38:30 +00:00
feat(hal/crypto): Add XTS-AES peripheral verification tests in the crypto test app
This commit is contained in:
@@ -48,6 +48,10 @@ static void run_all_tests(void)
|
||||
RUN_TEST_GROUP(ecdsa)
|
||||
#endif
|
||||
|
||||
#if CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES && CONFIG_CRYPTO_TEST_APP_ENABLE_XTS_AES_TESTS
|
||||
RUN_TEST_GROUP(xts_aes)
|
||||
#endif
|
||||
|
||||
#endif /* CONFIG_CRYPTO_TEST_APP_ENABLE_FPGA_TESTS */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user