Home
last modified time | relevance | path

Searched refs:crypto_shorthash_siphashx24 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash_siphash24.h40 int crypto_shorthash_siphashx24(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsiphashx24.c21 crypto_shorthash_siphashx24(out, in, (unsigned long long) i, k); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/
H A Dshorthash_siphashx24_ref.c6 crypto_shorthash_siphashx24(unsigned char *out, const unsigned char *in, in crypto_shorthash_siphashx24() function