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_ietf_messagebytes_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/crypto/sodium/
crypto_aead_chacha20poly1305.h
35
#define
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
\
39
size_t
crypto_aead_chacha20poly1305_ietf_messagebytes_max
(void);
170
#define
crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
211
#define
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
\
215
size_t
crypto_aead_chacha20poly1305_ietf_messagebytes_max
(void);
346
#define
crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
387
#define
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
\
391
size_t
crypto_aead_chacha20poly1305_ietf_messagebytes_max
(void)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_aead_chacha20poly1305.h
33
#define
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
\
37
size_t
crypto_aead_chacha20poly1305_ietf_messagebytes_max
(void);
168
#define
crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c
148
if (mlen >
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
) {
354
crypto_aead_chacha20poly1305_ietf_messagebytes_max
(void)
function in typeref:typename:size_t
356
return
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
;
/src/sys/external/isc/libsodium/dist/test/default/
aead_chacha20poly1305.c
355
assert(
crypto_aead_chacha20poly1305_ietf_messagebytes_max
() ==
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
);
360
assert(
crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX
==
crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX
);
Completed in 12 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025