Home
last modified time | relevance | path

Searched refs:crypto_hash (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dhash.c17 crypto_hash(h, x, sizeof x - 1U); in main()
22 crypto_hash(h, x2, sizeof x2 - 1U); in main()
H A Dhash3.c13 crypto_hash(h, x, sizeof x - 1U); in main()
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS70 crypto_hash/sha256 Colin Percival
71 crypto_hash/sha512
72 crypto_hash/sha512256
/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am29 crypto_hash/crypto_hash.c \
30 crypto_hash/sha256/hash_sha256.c \
31 crypto_hash/sha256/cp/hash_sha256_cp.c \
32 crypto_hash/sha512/hash_sha512.c \
33 crypto_hash/sha512/cp/hash_sha512_cp.c \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/
H A Dcrypto_hash.c11 crypto_hash(unsigned char *out, const unsigned char *in, in crypto_hash() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_hash.h28 int crypto_hash(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am23 sodium/crypto_hash.h \
/f-stack/freebsd/contrib/libb2/
H A Dblake2s.c417 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
H A Dblake2b.c439 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function