HomeSort by: relevance | last modified time | path
    Searched refs:blake2b (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.am 21 crypto_generichash/blake2b/generichash_blake2.c \
22 crypto_generichash/blake2b/ref/blake2.h \
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
    [all...]
Makefile.in 233 am_libavx2_la_OBJECTS = crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo \
272 crypto_generichash/blake2b/generichash_blake2.c \
273 crypto_generichash/blake2b/ref/blake2.h \
274 crypto_generichash/blake2b/ref/blake2b-compress-ref.c \
275 crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
276 crypto_generichash/blake2b/ref/blake2b-load-sse41.h
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
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,
generichash_blake2b.c 22 return blake2b((uint8_t *) out, in, key, (uint8_t) outlen, (uint64_t) inlen,
blake2b-ref.c 333 blake2b(uint8_t *out, const void *in, const void *key, const uint8_t outlen, function in typeref:typename:int
  /src/lib/libcrypt/
namespace.h 56 /* blake2b.c */
57 #define blake2b __libcrypt_internal_blake2b macro
Makefile 29 . for src in argon2.c core.c blake2b.c encoding.c ref.c

Completed in 75 milliseconds