X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-aes-test.c;h=f5238e21e9a0f2225aa3239bf436272ac3c4ffab;hp=83ec490bce3644d3812bdb347bd0a6a9c58a9602;hb=e1db57c69472f52cf2405ef4eb22f085a868eeeb;hpb=06a67c77b1e8c2769a149591d6e00ee0aebdd7f2 diff --git a/test_src/main-aes-test.c b/test_src/main-aes-test.c index 83ec490..f5238e2 100644 --- a/test_src/main-aes-test.c +++ b/test_src/main-aes-test.c @@ -30,23 +30,23 @@ #include "sysclock.h" #include "hw_gptm.h" -#include "aes/aes.h" +#include "aes.h" #include "nessie_bc_test.h" #include "performance_test.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 "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 "cmacvs.h" -#include "bcal/bcal-performance.h" +#include "bcal-performance.h" char* algo_name = "AES";