| /freebsd-14.2/sys/modules/blake2/ |
| H A D | Makefile | 22 SRCS += blake2b-load-sse2.h 23 SRCS += blake2b-load-sse41.h 24 SRCS += blake2b-round.h 32 SRCS_IN += blake2b-sse2.c 33 SRCS_IN += blake2b-ssse3.c 34 SRCS_IN += blake2b-sse41.c 35 SRCS_IN += blake2b-avx.c 36 SRCS_IN += blake2b-xop.c 45 CFLAGS.blake2b-sse2.c += -DSUFFIX=_sse2 -msse2 48 CFLAGS.blake2b-ssse3.c += -DSUFFIX=_ssse3 -msse2 -mssse3 [all …]
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 23 crypto_generichash/blake2b/ref/blake2b-compress-ref.c \ 24 crypto_generichash/blake2b/ref/blake2b-load-sse2.h \ 25 crypto_generichash/blake2b/ref/blake2b-load-sse41.h \ 26 crypto_generichash/blake2b/ref/blake2b-load-avx2.h \ 27 crypto_generichash/blake2b/ref/blake2b-ref.c \ 250 crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c \ 251 crypto_generichash/blake2b/ref/blake2b-compress-ssse3.h \ 264 crypto_generichash/blake2b/ref/blake2b-compress-sse41.c \ 265 crypto_generichash/blake2b/ref/blake2b-compress-sse41.h 271 crypto_generichash/blake2b/ref/blake2b-compress-avx2.c \ [all …]
|
| /freebsd-14.2/sys/contrib/libb2/ |
| H A D | blake2b.c | 197 #define blake2b BLAKE2_IMPL_NAME(blake2b) macro 207 …int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke… 410 int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2b() function 441 return blake2b( out, in, NULL, BLAKE2B_OUTBYTES, inlen, 0 ); in crypto_hash()
|
| H A D | blake2b-ref.c | 153 #define blake2b BLAKE2_IMPL_NAME(blake2b) macro 163 …int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke… 358 int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2b() function
|
| H A D | blake2.h | 167 …BLAKE2_API int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen… 174 return blake2b( out, in, key, outlen, inlen, keylen ); in blake2()
|
| H A D | blake2-dispatch.c | 507 BLAKE2_API int blake2b( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen,… in blake2b() function
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2.h | 35 #define blake2b crypto_generichash_blake2b__blake2b macro 90 int blake2b(uint8_t *out, const void *in, const void *key, const uint8_t outlen,
|
| H A D | generichash_blake2b.c | 22 return blake2b((uint8_t *) out, in, key, (uint8_t) outlen, (uint64_t) inlen, in crypto_generichash_blake2b()
|
| H A D | blake2b-ref.c | 333 blake2b(uint8_t *out, const void *in, const void *key, const uint8_t outlen, in blake2b() function
|
| /freebsd-14.2/sys/modules/crypto/ |
| H A D | Makefile | 53 SRCS += blake2b-ref.c 56 CFLAGS.blake2b-ref.c += -I${SRCTOP}/sys/crypto/blake2 -DSUFFIX=_ref 59 CWARNFLAGS.blake2b-ref.c += -Wno-cast-qual -Wno-unused-function
|
| /freebsd-14.2/sys/contrib/libsodium/ |
| H A D | AUTHORS | 65 crypto_generichash/blake2b Jean-Philippe Aumasson
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_blake2.h | 182 …int blake2b( void *out, size_t outlen, const void *in, size_t inlen, const void *key, size_t keyle…
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 680 contrib/libb2/blake2b-ref.c optional crypto | !random_loadable random_fenestrasx \
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | CHANGES.md | 4296 * Add support for blake2b and blake2s
|