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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa20.h 45 int crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m,
  /src/sys/external/isc/libsodium/dist/test/default/
stream2.c 30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U,
35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
stream_xsalsa20.c 30 ret = crypto_stream_salsa20_xor_ic(c, m, mlen, n + 16, ic, subkey);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
stream_salsa20.c 55 crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c 58 crypto_stream_salsa20_xor_ic(c + mlen0, m + mlen0, mlen - mlen0,
125 crypto_stream_salsa20_xor_ic(m + mlen0, c + mlen0, clen - mlen0,

Completed in 16 milliseconds