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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_core_hchacha20.h 15 #define crypto_core_hchacha20_INPUTBYTES 16U
17 size_t crypto_core_hchacha20_inputbytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/
core_hchacha20.c 78 crypto_core_hchacha20_inputbytes(void) function in typeref:typename:size_t
80 return crypto_core_hchacha20_INPUTBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 7 const char in[crypto_core_hchacha20_INPUTBYTES * 2 + 1];
42 in = (unsigned char *) sodium_malloc(crypto_core_hchacha20_INPUTBYTES);
49 sodium_hex2bin(in, crypto_core_hchacha20_INPUTBYTES,
74 assert(crypto_core_hchacha20_inputbytes() == crypto_core_hchacha20_INPUTBYTES);

Completed in 14 milliseconds