]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/main-aes-test.c
updated build system
[arm-crypto-lib.git] / test_src / main-aes-test.c
index 8b0f67ef9708e30d37c8606d949c85e2dc670ab6..83ec490bce3644d3812bdb347bd0a6a9c58a9602 100644 (file)
 #include "nessie_bc_test.h"
 #include "performance_test.h"
 
-#include "bcal_aes128.h"
-#include "bcal_aes192.h"
-#include "bcal_aes256.h"
-#include "bcal-cbc.h"
-#include "bcal-cfb_byte.h"
-#include "bcal-cfb_bit.h"
-#include "bcal-ofb.h"
-#include "bcal-ctr.h"
-#include "bcal-cmac.h"
-#include "bcal-eax.h"
+#include "bcal/bcal_aes128.h"
+#include "bcal/bcal_aes192.h"
+#include "bcal/bcal_aes256.h"
+#include "bcal/bcal-cbc.h"
+#include "bcal/bcal-cfb_byte.h"
+#include "bcal/bcal-cfb_bit.h"
+#include "bcal/bcal-ofb.h"
+#include "bcal/bcal-ctr.h"
+#include "bcal/bcal-cmac.h"
+#include "bcal/bcal-eax.h"
 #include "cmacvs.h"
-#include "bcal-performance.h"
+#include "bcal/bcal-performance.h"
 
 
 char* algo_name = "AES";