Searched refs:blake2 (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/modules/blake2/ |
| H A D | Makefile | 2 .PATH: ${SRCTOP}/sys/crypto/blake2 6 KMOD = blake2 9 SRCS += blake2.h 10 SRCS += blake2-impl.h 11 SRCS += blake2-config.h 13 SRCS += blake2-dispatch.c 18 CFLAGS += -I${SRCTOP}/sys/crypto/blake2 87 CWARNFLAGS.blake2-dispatch.c += -Wno-unused-const-variable
|
| /freebsd/sys/modules/crypto/ |
| H A D | Makefile | 11 .PATH: ${SRCTOP}/sys/crypto/blake2 54 SRCS += blake2-sw.c 55 CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref 56 CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref 57 CFLAGS.blake2-sw.c += -I${SRCTOP}/sys/crypto/blake2
|
| /freebsd/sys/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 179 DRIVER_MODULE(blake2, nexus, blake2_driver, 0, 0); 180 MODULE_VERSION(blake2, 1); 181 MODULE_DEPEND(blake2, crypto, 1, 1, 1);
|
| /freebsd/crypto/openssl/providers/implementations/macs/ |
| H A D | build.info | 20 IF[{- !$disabled{blake2} -}]
|
| /freebsd/crypto/openssl/providers/implementations/digests/ |
| H A D | build.info | 32 IF[{- !$disabled{blake2} -}]
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | AUTHORS | 9 blake2 Jean-Philippe Aumasson
|
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | build.info | 47 IF[{- !$disabled{blake2} -}]
|
| /freebsd/sys/contrib/libb2/ |
| H A D | blake2.h | 172 …static inline int blake2( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inl… in blake2() function
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_blake2.h | 191 …int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen…
|
| /freebsd/sys/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 22 crypto_generichash/blake2b/ref/blake2.h \
|
| /freebsd/sys/modules/ |
| H A D | Makefile | 791 _blake2= blake2
|
| /freebsd/sys/conf/ |
| H A D | files | 670 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function" 672 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual -DSUFFIX=_ref -Wno-unused-function" 673 crypto/blake2/blake2-sw.c optional crypto \ 674 compile-with "${NORMAL_C} -I$S/crypto/blake2 -Wno-cast-qual" 2854 compile-with "${NORMAL_C} -I$S/crypto/blake2" 2856 compile-with "${NORMAL_C} -I$S/crypto/blake2" 2858 compile-with "${NORMAL_C} -I$S/crypto/blake2"
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 1223 no-{aria|bf|blake2|camellia|cast|chacha|cmac|
|