Searched refs:blake2 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/modules/blake2/
H A DMakefile4 .PATH: ${SRCTOP}/sys/crypto/blake2
8 KMOD = blake2
11 SRCS += blake2.h
12 SRCS += blake2-impl.h
13 SRCS += blake2-config.h
15 SRCS += blake2-dispatch.c
20 CFLAGS += -I${SRCTOP}/sys/crypto/blake2
89 CWARNFLAGS.blake2-dispatch.c += -Wno-unused-const-variable
/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_hash.h35 #include <contrib/libb2/blake2.h>
/freebsd-13-stable/sys/modules/crypto/
H A DMakefile13 .PATH: ${SRCTOP}/sys/crypto/blake2
47 SRCS += blake2-sw.c
48 CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
49 CFLAGS.blake2s-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref
50 CFLAGS.blake2-sw.c += -I${SRCTOP}/sys/crypto/blake2
/freebsd-13-stable/sys/crypto/blake2/
H A Dblake2_cryptodev.c41 #include <blake2.h>
258 DRIVER_MODULE(blake2, nexus, blake2_driver, blake2_devclass, 0, 0);
259 MODULE_VERSION(blake2, 1);
260 MODULE_DEPEND(blake2, crypto, 1, 1, 1);
H A Dblake2-sw.c6 #include <contrib/libb2/blake2.h>
/freebsd-13-stable/tests/sys/opencrypto/
H A Dblake2_test.c57 #include <blake2.h>
58 #include "blake2-kat.h"
197 test_blake2b_vectors("blaketwo0", "nexus/blake2");
204 test_blake2s_vectors("blaketwo0", "nexus/blake2");
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2.h13 https://blake2.net.
189 int blake2( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keylen );
H A Darchive_read_support_format_rar5.c51 #include <blake2.h>
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2.h172 static inline int blake2( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen ) function
/freebsd-13-stable/sys/modules/
H A DMakefile675 _blake2= blake2
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am22 crypto_generichash/blake2b/ref/blake2.h \
/freebsd-13-stable/secure/lib/libcrypto/
H A DMakefile84 # blake2
484 ${LCRYPTO_SRC}/crypto/blake2 \

Completed in 89 milliseconds