Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h29 size_t crypto_stream_xsalsa20_noncebytes(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c51 crypto_stream_xsalsa20_noncebytes(void) in crypto_stream_xsalsa20_noncebytes() function
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c61 assert(crypto_stream_noncebytes() == crypto_stream_xsalsa20_noncebytes()); in main()