Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/
H A Dshorthash_siphash24.c4 crypto_shorthash_siphash24_bytes(void) { in crypto_shorthash_siphash24_bytes() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash_siphash24.h18 size_t crypto_shorthash_siphash24_bytes(void);
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dshorthash.c30 assert(crypto_shorthash_bytes() == crypto_shorthash_siphash24_bytes()); in main()