Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c58 assert(crypto_stream_messagebytes_max() > 0U); in main()
62 assert(crypto_stream_messagebytes_max() == crypto_stream_xsalsa20_messagebytes_max()); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c18 crypto_stream_messagebytes_max(void) in crypto_stream_messagebytes_max() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h34 size_t crypto_stream_messagebytes_max(void);