Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_salsa20.h25 size_t crypto_core_salsa20_constbytes(void);
/freebsd/sys/contrib/libsodium/test/default/
H A Dcore3.c112 assert(crypto_core_salsa20_constbytes() == crypto_core_salsa20_CONSTBYTES); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c124 crypto_core_salsa20_constbytes(void) in crypto_core_salsa20_constbytes() function