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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xsalsa20.h 27 #define crypto_stream_xsalsa20_NONCEBYTES 24U
29 size_t crypto_stream_xsalsa20_noncebytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
stream_xsalsa20.c 51 crypto_stream_xsalsa20_noncebytes(void) function in typeref:typename:size_t
53 return crypto_stream_xsalsa20_NONCEBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
stream.c 61 assert(crypto_stream_noncebytes() == crypto_stream_xsalsa20_noncebytes());

Completed in 12 milliseconds