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

  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.am 76 crypto_stream/chacha20/stream_chacha20.c \
77 crypto_stream/chacha20/stream_chacha20.h \
78 crypto_stream/chacha20/ref/chacha20_ref.h \
79 crypto_stream/chacha20/ref/chacha20_ref.c \
80 crypto_stream/crypto_stream.c \
81 crypto_stream/salsa20/stream_salsa20.c \
82 crypto_stream/salsa20/stream_salsa20.h \
83 crypto_stream/xsalsa20/stream_xsalsa20.c \
115 crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
    [all...]
Makefile.in 108 @HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
109 @HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
110 @HAVE_AMD64_ASM_TRUE@ crypto_stream/salsa20/xmm6/salsa20_xmm6.h
113 @HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.c \
114 @HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.h
147 @MINIMAL_FALSE@ crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \
148 @MINIMAL_FALSE@ crypto_stream/salsa2012/stream_salsa2012.c \
149 @MINIMAL_FALSE@ crypto_stream/salsa208/ref/stream_salsa208_ref.c \
150 @MINIMAL_FALSE@ crypto_stream/salsa208/stream_salsa208.c \
151 @MINIMAL_FALSE@ crypto_stream/xchacha20/stream_xchacha20.
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/
crypto_stream.c 2 #include "crypto_stream.h"
30 crypto_stream(unsigned char *c, unsigned long long clen, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream.h 41 int crypto_stream(unsigned char *c, unsigned long long clen,
  /src/sys/external/isc/libsodium/dist/test/default/
stream3.c 23 crypto_stream(rs, 32, nonce, firstkey);
stream.c 27 crypto_stream(output, sizeof output, nonce, firstkey);
45 crypto_stream(output, (int) (i & 0xff), nonce, firstkey);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/
Makefile.am 47 sodium/crypto_stream.h \
Makefile.in 162 sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
410 sodium/crypto_stream.h sodium/crypto_stream_chacha20.h \
  /src/sys/rump/kern/lib/libcrypto/
Makefile 21 ${SODIUM_DIR}/crypto_stream/chacha20/ref \
22 ${SODIUM_DIR}/crypto_stream/chacha20 \

Completed in 14 milliseconds