Lines Matching +full:sha3 +full:- +full:512
2 # STOP - This is not a general purpose library and is only for use by pkg(7)
63 belt-hash.c \
72 sha3-224.c \
73 sha3-256.c \
74 sha3-384.c \
75 sha3-512.c \
77 sha3.c \
78 sha512-224.c \
79 sha512-256.c \
124 CONFLICTS= -Dsha256_init=_libecc_sha256_init \
125 -Dsha256_update=_libecc_sha256_update \
126 -Dsha256_final=_libecc_sha256_final \
127 -Dsha512_224_init=_libecc_sha512_224_init \
128 -Dsha512_256_init=_libecc_sha512_256_init
130 CFLAGS= -I$(SRCTOP)/crypto/libecc/include \
131 -ffreestanding \
132 -fno-builtin \
133 -DUSE_WARN_UNUSED_RET \
134 -DWITH_STDLIB \