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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_chacha20.h 75 int crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/
stream_chacha20.c 93 crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
chacha20.c 150 assert(crypto_stream_chacha20_ietf_xor(out, out, 0U, nonce, key) == 0);
151 assert(crypto_stream_chacha20_ietf_xor(out, out, 0U, nonce, key) == 0);
155 crypto_stream_chacha20_ietf_xor(out, out, sizeof out, nonce, key);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 97 crypto_stream_chacha20_ietf_xor(new_key_and_inonce, new_key_and_inonce,

Completed in 53 milliseconds