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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xchacha20.h 40 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c 57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key);
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key);
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key);
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key);

Completed in 57 milliseconds