Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dsiphashx24.c12 unsigned char k[crypto_shorthash_siphashx24_KEYBYTES]; in main()
16 for (i = 0; i < crypto_shorthash_siphashx24_KEYBYTES; ++i) { in main()
27 assert(crypto_shorthash_siphashx24_KEYBYTES >= crypto_shorthash_siphash24_KEYBYTES); in main()
30 assert(crypto_shorthash_siphashx24_keybytes() == crypto_shorthash_siphashx24_KEYBYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/
H A Dshorthash_siphashx24.c10 return crypto_shorthash_siphashx24_KEYBYTES; in crypto_shorthash_siphashx24_keybytes()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_shorthash_siphash24.h35 #define crypto_shorthash_siphashx24_KEYBYTES 16U macro