OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_secretstream_xchacha20poly1305_messagebytes_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretstream_xchacha20poly1305.h
32
#define
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
\
35
size_t
crypto_secretstream_xchacha20poly1305_messagebytes_max
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c
126
if (mlen >
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
) {
202
if (mlen >
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
) {
284
crypto_secretstream_xchacha20poly1305_messagebytes_max
(void)
function in typeref:typename:size_t
286
return
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
;
/src/sys/external/isc/libsodium/dist/test/default/
secretstream.c
314
assert(
crypto_secretstream_xchacha20poly1305_messagebytes_max
() ==
315
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
);
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025