Searched refs:crypto_box_MESSAGEBYTES_MAX (Results 1 – 3 of 3) sorted by relevance
44 if (mlen > crypto_box_MESSAGEBYTES_MAX) { in crypto_box_easy_afternm()56 if (mlen > crypto_box_MESSAGEBYTES_MAX) { in crypto_box_easy()
55 return crypto_box_MESSAGEBYTES_MAX; in crypto_box_messagebytes_max()
43 #define crypto_box_MESSAGEBYTES_MAX crypto_box_curve25519xsalsa20poly1305_MESSAGEBYTES_MAX macro