Home
last modified time | relevance | path

Searched refs:chacha20 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/libkern/
H A Darc4random.c138 mtx_lock(&chacha20->mtx); in chacha20_randomstir()
143 chacha20->numbytes = 0; in chacha20_randomstir()
147 mtx_unlock(&chacha20->mtx); in chacha20_randomstir()
164 chacha20->t_reseed = -1;
165 chacha20->numbytes = 0;
167 explicit_bzero(&chacha20->ctx, sizeof(chacha20->ctx));
178 CHACHA20_FOREACH(chacha20)
203 CHACHA20_FOREACH(chacha20)
212 mtx_lock(&chacha20->mtx);
219 mtx_lock(&chacha20->mtx);
[all …]
/f-stack/freebsd/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 \
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/dolbeau/chacha20_dolbeau-avx2.c \
276 crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx2.h \
[all …]
/f-stack/freebsd/contrib/libsodium/
H A DAUTHORS14 chacha20 Daniel J. Bernstein
111 crypto_stream/chacha20/ref Daniel J. Bernstein
113 crypto_stream/chacha20/dolbeau Romain Dolbeau
H A D.gitignore100 test/default/chacha20
/f-stack/freebsd/contrib/libsodium/test/default/
H A DMakefile.am23 chacha20.exp \
98 chacha20.res \
174 chacha20.final \
245 chacha20.nexe \
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_capabilities.c820 CPT_CAPS_ADD(hw_caps, chacha20); in otx2_crypto_capabilities_init()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h1299 uint64_t __otx2_io chacha20:1; member