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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c 38 crypto_core_hchacha20_INPUTBYTES);
40 return crypto_stream_chacha20(c, clen, n + crypto_core_hchacha20_INPUTBYTES,
53 c, m, mlen, n + crypto_core_hchacha20_INPUTBYTES, ic, k2);
  /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_aead/xchacha20poly1305/sodium/
aead_xchacha20poly1305.c 33 memcpy(npub2 + 4, npub + crypto_core_hchacha20_INPUTBYTES,
86 memcpy(npub2 + 4, npub + crypto_core_hchacha20_INPUTBYTES,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 49 crypto_core_hchacha20_INPUTBYTES +
60 memcpy(STATE_INONCE(state), out + crypto_core_hchacha20_INPUTBYTES,
75 memcpy(STATE_INONCE(state), in + crypto_core_hchacha20_INPUTBYTES,
  /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 15 milliseconds