Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dshorthash.c27 assert(crypto_shorthash_bytes() > 0); in main()
30 assert(crypto_shorthash_bytes() == crypto_shorthash_siphash24_bytes()); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/
H A Dcrypto_shorthash.c6 crypto_shorthash_bytes(void) in crypto_shorthash_bytes() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash.h18 size_t crypto_shorthash_bytes(void);