Home
last modified time | relevance | path

Searched refs:crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
HDsecretbox_xchacha20poly1305.c81 if (mlen > crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretbox_xchacha20poly1305_easy()
176 return crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX; in crypto_secretbox_xchacha20poly1305_messagebytes_max()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_secretbox_xchacha20poly1305.h27 #define crypto_secretbox_xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c294 …_secretbox_xchacha20poly1305_messagebytes_max() == crypto_secretbox_xchacha20poly1305_MESSAGEBYTES… in tv_secretbox_xchacha20poly1305()