Searched refs:crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h30 #define crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX \ macro
91 #define crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX
/netbsd-current/sys/crypto/sodium/
H A Dcrypto_aead_xchacha20poly1305.h32 #define crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX \ macro
93 #define crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX
131 #define crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX \ macro
192 #define crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX
230 #define crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX \ macro
291 #define crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX
329 #define crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX \ macro
390 #define crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c153 return crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX;
/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Daead_xchacha20poly1305.c182 assert(crypto_aead_xchacha20poly1305_ietf_messagebytes_max() == crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX);
187 assert(crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX == crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX);

Completed in 136 milliseconds