Searched refs:crypto_hash (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | hash.c | 17 crypto_hash(h, x, sizeof x - 1U); in main() 22 crypto_hash(h, x2, sizeof x2 - 1U); in main()
|
| H A D | hash3.c | 13 crypto_hash(h, x, sizeof x - 1U); in main()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | AUTHORS | 70 crypto_hash/sha256 Colin Percival 71 crypto_hash/sha512 72 crypto_hash/sha512256
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 29 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 D | crypto_hash.c | 11 crypto_hash(unsigned char *out, const unsigned char *in, in crypto_hash() function
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_hash.h | 28 int crypto_hash(unsigned char *out, const unsigned char *in,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 23 sodium/crypto_hash.h \
|
| /f-stack/freebsd/contrib/libb2/ |
| H A D | blake2s.c | 417 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|
| H A D | blake2b.c | 439 int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen ) in crypto_hash() function
|