Searched refs:blake2b (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | AUTHORS | 65 crypto_generichash/blake2b Jean-Philippe Aumasson
|