X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes-test.c;h=88f87d5b266544e165143b8f734d046b72b8473e;hp=9ec7056ee6a4eac658e5c48333cdd8aa32defda4;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hpb=02ac3b653f3a11f284cc1a0cb0e983575f2f431b diff --git a/test_src/main-aes-test.c b/test_src/main-aes-test.c index 9ec7056..88f87d5 100644 --- a/test_src/main-aes-test.c +++ b/test_src/main-aes-test.c @@ -33,18 +33,18 @@ #include "performance_test.h" #include "dump.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" #include #include