Searched refs:crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c90 if (mlen > crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX) {
102 if (mlen > crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX) {
203 return crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box_curve25519xchacha20poly1305.h40 #define crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dxchacha20.c414 assert(crypto_box_curve25519xchacha20poly1305_messagebytes_max() == crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX);

Completed in 67 milliseconds