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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c 45 crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m, function in typeref:typename:int
61 return crypto_stream_xchacha20_xor_ic(c, m, mlen, n, 0U, k);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xchacha20.h 45 int crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 130 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 0, key);
132 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 1, key);
142 crypto_stream_xchacha20_xor_ic(out2, out2, 0, nonce, 1, key);
151 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, 1, key);
161 crypto_stream_xchacha20_xor_ic(out2, out2, 192, nonce,
163 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce,
165 crypto_stream_xchacha20_xor_ic(out + 64, out + 64, 64, nonce,
167 crypto_stream_xchacha20_xor_ic(out + 128, out + 128, 64, nonce,

Completed in 46 milliseconds