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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_salsa20.h 36 int crypto_stream_salsa20(unsigned char *c, unsigned long long clen,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xsalsa20/
stream_xsalsa20.c 2 #include "crypto_stream_salsa20.h"
15 ret = crypto_stream_salsa20(c, clen, n + 16, subkey);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/
stream_salsa20.c 1 #include "crypto_stream_salsa20.h"
48 crypto_stream_salsa20(unsigned char *c, unsigned long long clen, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/test/default/
stream2.c 22 crypto_stream_salsa20(output, sizeof output, noncesuffix, secondkey);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.am 49 sodium/crypto_stream_salsa20.h \
Makefile.in 163 sodium/crypto_stream_salsa20.h \
411 sodium/crypto_stream_salsa20.h \
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 34 #include "crypto_stream_salsa20.h"
373 crypto_stream_salsa20(stream.key, sizeof stream.key,
503 ret = crypto_stream_salsa20((unsigned char *) buf, (unsigned long long) size,
533 ret = crypto_stream_salsa20((unsigned char *) stream.rnd32,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c 12 #include "crypto_stream_salsa20.h"
95 crypto_stream_salsa20(block0, crypto_stream_salsa20_KEYBYTES,

Completed in 15 milliseconds