4 # comment out the following line for removement of AES from the build process
5 BLOCK_CIPHERS += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := gcm/
8 $(ALGO_NAME)_INCDIR := memxor/ aes/ gf256mul/ bcal/
9 $(ALGO_NAME)_OBJ := gcm128.o \
10 aes_enc-asm.o aes_dec-asm.o aes_sbox-asm.o aes_invsbox-asm.o \
12 $(ALGO_NAME)_TESTBIN := main-gcm-test.o $(CLI_STD) $(BCAL_STD) \
13 bcal_aes128.o bcal_aes192.o bcal_aes256.o \
14 dump-asm.o dump-decl.o \
16 $(ALGO_NAME)_NESSIE_TEST := test nessie
17 $(ALGO_NAME)_PERFORMANCE_TEST := performance