Home
last modified time | relevance | path

Searched refs:crypto_shorthash_siphash24_BYTES (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/
H A Dshorthash_siphash24.c5 return crypto_shorthash_siphash24_BYTES; in crypto_shorthash_siphash24_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash.h16 #define crypto_shorthash_BYTES crypto_shorthash_siphash24_BYTES
H A Dcrypto_shorthash_siphash24.h16 #define crypto_shorthash_siphash24_BYTES 8U macro
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsiphashx24.c28 assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES); in main()