Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h33 size_t crypto_stream_salsa20_messagebytes_max(void);
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream2.c44 assert(crypto_stream_salsa20_messagebytes_max() > 0U); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c42 crypto_stream_salsa20_messagebytes_max(void) in crypto_stream_salsa20_messagebytes_max() function