versadac  1
versadac - Scalable Recorder Firmware
AuthenticatedEncryption_test.h
1 // Copyright (c) 2012 Invensys Eurotherm Ltd.
3 //
4 // MODULE : IDMEncryption
5 // FILENAME : AE_Test.h
6 // AUTHOR : Adrian Oliver
7 // CREATED : November 2012
8 // DESCRIPTION : Header file for IDM Encryption: AE Regression
9 // Testing
11 
12 
13 #ifndef AE_TEST_H
14 #define AE_TEST_H
15 
19 #ifdef IDMCRYPTO_ENABLE_REGRESSION_TESTS
20 #ifdef AUTHENTICATED_ENCRYPTION_H
21 bool RegressionTest_AuthenticatedEncryption(void);
22 #endif
23 #endif
24 
26 
27 #endif