]> git.cryptolib.org Git - arm-crypto-lib.git/blob - mkfiles/prf_tls12.mk
update to stream-cipher mkfiles
[arm-crypto-lib.git] / mkfiles / prf_tls12.mk
1 # Makefile for PRF Tlsv1.2
2 ALGO_NAME := PRF_TLS12
3
4 # comment out the following line for removement of PRF TLSv1.2 from the build process
5 AUX += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := prf_tls12/
8 $(ALGO_NAME)_INCDIR   := hmac/ sha2/ hfal/
9 $(ALGO_NAME)_OBJ      := prf_tls12.o
10 $(ALGO_NAME)_TESTBIN := main-prf_tls12-test.o $(CLI_STD) $(HFAL_STD) sha224.o sha256.o sha384.o sha512.o \
11                         sha2_small_common.o sha2_large_common.o hfal_sha224.o hfal_sha256.o hfal_sha384.o hfal_sha512.o hfal-hmac.o
12                          
13 $(ALGO_NAME)_PERFORMANCE_TEST := performance
14