HomeSort by: relevance | last modified time | path
    Searched refs:crypto_box_curve25519xchacha20poly1305_messagebytes_max (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h 40 #define crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX \
43 size_t crypto_box_curve25519xchacha20poly1305_messagebytes_max(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c 90 if (mlen > crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX) {
102 if (mlen > crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX) {
201 crypto_box_curve25519xchacha20poly1305_messagebytes_max(void) function in typeref:typename:size_t
203 return crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX;
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 414 assert(crypto_box_curve25519xchacha20poly1305_messagebytes_max() == crypto_box_curve25519xchacha20poly1305_MESSAGEBYTES_MAX);

Completed in 15 milliseconds