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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hsalsa20/
core_hsalsa20.c 19 crypto_core_hsalsa20_constbytes(void) { function in typeref:typename:size_t
20 return crypto_core_hsalsa20_CONSTBYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_core_hsalsa20.h 23 #define crypto_core_hsalsa20_CONSTBYTES 16U
25 size_t crypto_core_hsalsa20_constbytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
core1.c 38 assert(crypto_core_hsalsa20_constbytes() > 0U);

Completed in 19 milliseconds