X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fhmac-sha1.mk;fp=mkfiles%2Fhmac-sha1.mk;h=b23370263ec374432fa410d67222eca6279a74f5;hp=0000000000000000000000000000000000000000;hb=2a4779378a7bf4322a0e6b2024284092135e8a3d;hpb=e69f1207a9fbd9c0f45bfdbb2d8ebe9852d95969 diff --git a/mkfiles/hmac-sha1.mk b/mkfiles/hmac-sha1.mk new file mode 100644 index 0000000..b233702 --- /dev/null +++ b/mkfiles/hmac-sha1.mk @@ -0,0 +1,14 @@ +# Makefile for HMAC-SHA1 +ALGO_NAME := HMAC-SHA1 + +# comment out the following line for removement of HMAC-SHA1 from the build process +MACS += $(ALGO_NAME) + +$(ALGO_NAME)_DIR := hmac-sha1/ +$(ALGO_NAME)_INCDIR := sha1/ +$(ALGO_NAME)_OBJ := hmac-sha1.o sha1.o +$(ALGO_NAME)_TESTBIN := main-hmac-sha1-test.o $(CLI_STD) \ + nessie_mac_test.o nessie_common.o +$(ALGO_NAME)_NESSIE_TEST := "nessie" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance" +