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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xchacha20.h 31 #define crypto_stream_xchacha20_MESSAGEBYTES_MAX SODIUM_SIZE_MAX
33 size_t crypto_stream_xchacha20_messagebytes_max(void);
crypto_secretbox_xchacha20poly1305.h 28 (crypto_stream_xchacha20_MESSAGEBYTES_MAX - crypto_secretbox_xchacha20poly1305_MACBYTES)
crypto_box_curve25519xchacha20poly1305.h 41 (crypto_stream_xchacha20_MESSAGEBYTES_MAX - crypto_box_curve25519xchacha20poly1305_MACBYTES)
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c 23 crypto_stream_xchacha20_messagebytes_max(void) function in typeref:typename:size_t
25 return crypto_stream_xchacha20_MESSAGEBYTES_MAX;
  /src/sys/external/isc/libsodium/dist/test/default/
misuse.c 22 (NULL, NULL, crypto_stream_xchacha20_MESSAGEBYTES_MAX - 1,
33 (NULL, NULL, crypto_stream_xchacha20_MESSAGEBYTES_MAX - 1,
xchacha20.c 187 assert(crypto_stream_xchacha20_messagebytes_max() == crypto_stream_xchacha20_MESSAGEBYTES_MAX);

Completed in 15 milliseconds