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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_core_salsa20.h 23 #define crypto_core_salsa20_CONSTBYTES 16U
25 size_t crypto_core_salsa20_constbytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
core3.c 112 assert(crypto_core_salsa20_constbytes() == crypto_core_salsa20_CONSTBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/salsa/ref/
core_salsa_ref.c 124 crypto_core_salsa20_constbytes(void) function in typeref:typename:size_t
126 return crypto_core_salsa20_CONSTBYTES;

Completed in 12 milliseconds