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.c11 unsigned char out[crypto_shorthash_BYTES]; in main()
22 for (j = 0; j < crypto_shorthash_BYTES; ++j) { in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_shorthash/
H A Dcrypto_shorthash.c8 return crypto_shorthash_BYTES; in crypto_shorthash_bytes()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash.h16 #define crypto_shorthash_BYTES crypto_shorthash_siphash24_BYTES macro