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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa20.h 27 #define crypto_stream_salsa20_NONCEBYTES 8U
29 size_t crypto_stream_salsa20_noncebytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
stream_salsa20.c 36 crypto_stream_salsa20_noncebytes(void) function in typeref:typename:size_t
38 return crypto_stream_salsa20_NONCEBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 333 crypto_stream_salsa20_NONCEBYTES];
496 COMPILER_ASSERT(sizeof stream.nonce == crypto_stream_salsa20_NONCEBYTES);
532 COMPILER_ASSERT(sizeof stream.nonce == crypto_stream_salsa20_NONCEBYTES);

Completed in 14 milliseconds