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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
stream_xsalsa20.c 22 crypto_stream_xsalsa20_xor_ic(unsigned char *c, const unsigned char *m, function in typeref:typename:int
41 return crypto_stream_xsalsa20_xor_ic(c, m, mlen, n, 0ULL, k);
  /src/sys/external/isc/libsodium/dist/test/default/
stream.c 34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey);
38 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 1U, firstkey);
51 crypto_stream_xsalsa20_xor_ic(output, output, 192, nonce,
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xsalsa20.h 45 int crypto_stream_xsalsa20_xor_ic(unsigned char *c, const unsigned char *m,

Completed in 14 milliseconds