3 #ifdef ENABLE_CRYPTO_TESTS 5 #ifndef __CRYPTO_TESTS_H__ 6 #define __CRYPTO_TESTS_H__ 9 #include "../Terminal/Terminal.h" 10 #include "../Application/CryptoTDEA.h" 11 #include "../Application/CryptoAES128.h" 21 bool CryptoTDEATestCase1(
char *OutParam, uint16_t MaxOutputLength);
24 bool CryptoTDEATestCase2(
char *OutParam, uint16_t MaxOutputLength);
29 bool CryptoAESTestCase1(
char *OutParam, uint16_t MaxOutputLength);
34 bool CryptoAESTestCase2(
char *OutParam, uint16_t MaxOutputLength);