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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xchacha20.h 36 int crypto_stream_xchacha20(unsigned char *c, unsigned long long clen,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c 6 #include "crypto_stream_xchacha20.h"
29 crypto_stream_xchacha20(unsigned char *c, unsigned long long clen, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.am 52 sodium/crypto_stream_xchacha20.h \
Makefile.in 166 sodium/crypto_stream_xchacha20.h \
414 sodium/crypto_stream_xchacha20.h \
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 126 crypto_stream_xchacha20(out2, out_len, nonce, key);
140 crypto_stream_xchacha20(out2, 0, nonce, key);

Completed in 154 milliseconds