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