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

  /src/sys/external/isc/libsodium/dist/test/default/
chacha20.c 125 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, tests[i].ic, key);
130 crypto_stream_chacha20_ietf_xor_ic(part, out, plen, nonce, tests[i].ic, key);
152 assert(crypto_stream_chacha20_ietf_xor_ic(out, out, 0U, nonce, 1U, key) == 0);
159 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, 0U, key);
163 crypto_stream_chacha20_ietf_xor_ic(out, out, sizeof out, nonce, 1U, key);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 139 crypto_stream_chacha20_ietf_xor_ic(block, block, sizeof block,
145 crypto_stream_chacha20_ietf_xor_ic(c, m, mlen, state->nonce, 2U, state->k);
215 crypto_stream_chacha20_ietf_xor_ic(block, block, sizeof block,
240 crypto_stream_chacha20_ietf_xor_ic(m, c, mlen, state->nonce, 2U, state->k);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_chacha20.h 80 int crypto_stream_chacha20_ietf_xor_ic(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/
stream_chacha20.c 76 crypto_stream_chacha20_ietf_xor_ic(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c 114 crypto_stream_chacha20_ietf_xor_ic(c, m, mlen, npub, 1U, k);
294 crypto_stream_chacha20_ietf_xor_ic(m, c, mlen, npub, 1U, k);

Completed in 14 milliseconds