Searched refs:chacha20 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/libkern/
H A Darc4random.c43 #include <crypto/chacha20/chacha.h>
76 chacha20_randomstir(struct chacha20_s* chacha20) argument
91 if (!chacha20->first_time_done) {
103 chacha20->first_time_done = 1;
106 mtx_lock(&chacha20->mtx);
107 chacha_keysetup(&chacha20->ctx, key, CHACHA20_KEYBYTES*8);
108 chacha_ivsetup(&chacha20->ctx, (u_char *)&tv_now.tv_sec, (u_char *)&tv_now.tv_usec);
110 chacha20->t_reseed = tv_now.tv_sec + CHACHA20_RESEED_SECONDS;
111 chacha20->numbytes = 0;
112 mtx_unlock(&chacha20
121 struct chacha20_s *chacha20; local
142 struct chacha20_s *chacha20; local
157 struct chacha20_s *chacha20; local
[all...]
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am76 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 \
254 crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.c \
255 crypto_stream/chacha20/dolbeau/chacha20_dolbeau-ssse3.h \
256 crypto_stream/chacha20/dolbeau/u0.h \
257 crypto_stream/chacha20/dolbeau/u1.h \
258 crypto_stream/chacha20/dolbeau/u4.h
275 crypto_stream/chacha20/dolbea
[all...]
/freebsd-12-stable/sys/crypto/chacha20/
H A Dchacha-sw.c6 #include <crypto/chacha20/chacha.h>
66 .name = "chacha20",
H A Dchacha.c15 #include <crypto/chacha20/chacha.h>
/freebsd-12-stable/crypto/openssh/regress/
H A Ddhgex.sh59 check 8192 rijndael-cbc@lysator.liu.se chacha20-poly1305@openssh.com
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A DMakefile.am23 chacha20.exp \
98 chacha20.res \
174 chacha20.final \
245 chacha20.nexe \
329 chacha20 \
443 chacha20_SOURCE = cmptest.h chacha20.c
/freebsd-12-stable/sys/modules/crypto/
H A DMakefile15 .PATH: ${SRCTOP}/sys/crypto/chacha20
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_chacha20_poly1305.c127 static const EVP_CIPHER chacha20 = { variable
145 return &chacha20;
/freebsd-12-stable/lib/libc/gen/
H A DMakefile.inc172 CFLAGS.arc4random.c= -I${SRCTOP}/sys -I${SRCTOP}/sys/crypto/chacha20

Completed in 128 milliseconds