Home
last modified time | relevance | path

Searched refs:crypto_shorthash (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/
H A DMakefile.am66 crypto_shorthash/crypto_shorthash.c \
67 crypto_shorthash/siphash24/shorthash_siphash24.c \
68 crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \
69 crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h \
163 crypto_shorthash/siphash24/shorthash_siphashx24.c \
164 crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/
H A Dcrypto_shorthash.c24 crypto_shorthash(unsigned char *out, const unsigned char *in, in crypto_shorthash() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash.h29 int crypto_shorthash(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dshorthash.c21 crypto_shorthash(out, in, (unsigned long long) i, k); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am42 sodium/crypto_shorthash.h \
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS102 crypto_shorthash/siphash24 Jean-Philippe Aumasson
H A DChangeLog497 - The crypto_shorthash operation has been added, implemented using