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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa20.h 31 #define crypto_stream_salsa20_MESSAGEBYTES_MAX SODIUM_SIZE_MAX
33 size_t crypto_stream_salsa20_messagebytes_max(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
stream_salsa20.c 42 crypto_stream_salsa20_messagebytes_max(void) function in typeref:typename:size_t
44 return crypto_stream_salsa20_MESSAGEBYTES_MAX;
  /src/sys/external/isc/libsodium/dist/test/default/
stream2.c 44 assert(crypto_stream_salsa20_messagebytes_max() > 0U);

Completed in 12 milliseconds