Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h29 size_t crypto_stream_salsa20_noncebytes(void);
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream2.c43 assert(crypto_stream_salsa20_noncebytes() > 0U); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c36 crypto_stream_salsa20_noncebytes(void) in crypto_stream_salsa20_noncebytes() function