OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_aead_chacha20poly1305_messagebytes_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/sodium/
crypto_aead_chacha20poly1305.h
109
#define
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
\
112
size_t
crypto_aead_chacha20poly1305_messagebytes_max
(void);
285
#define
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
\
288
size_t
crypto_aead_chacha20poly1305_messagebytes_max
(void);
461
#define
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
\
464
size_t
crypto_aead_chacha20poly1305_messagebytes_max
(void);
637
#define
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
\
640
size_t
crypto_aead_chacha20poly1305_messagebytes_max
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_chacha20poly1305.h
107
#define
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
\
110
size_t
crypto_aead_chacha20poly1305_messagebytes_max
(void);
/src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c
170
assert(
crypto_aead_chacha20poly1305_messagebytes_max
() > 0U);
171
assert(
crypto_aead_chacha20poly1305_messagebytes_max
() ==
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c
73
if (mlen >
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
) {
390
crypto_aead_chacha20poly1305_messagebytes_max
(void)
function in typeref:typename:size_t
392
return
crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX
;
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025