Searched refs:chacha (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/mips/crypto/
H A DMakefile8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
9 chacha-mips-y := chacha-core.o chacha-glue.o
H A Dchacha-glue.c11 #include <crypto/internal/chacha.h>
/linux-master/arch/riscv/crypto/
H A DMakefile7 obj-$(CONFIG_CRYPTO_CHACHA_RISCV64) += chacha-riscv64.o
8 chacha-riscv64-y := chacha-riscv64-glue.o chacha-riscv64-zvkb.o
H A Dchacha-riscv64-glue.c11 #include <crypto/internal/chacha.h>
/linux-master/crypto/
H A Dchacha20poly1305.c12 #include <crypto/chacha.h>
20 struct crypto_skcipher_spawn chacha; member in struct:chachapoly_instance_ctx
26 struct crypto_skcipher *chacha; member in struct:chachapoly_ctx
66 struct chacha_req chacha; member in union:chachapoly_req_ctx::__anon126
127 struct chacha_req *creq = &rctx->u.chacha;
143 skcipher_request_set_tfm(&creq->req, ctx->chacha);
365 struct chacha_req *creq = &rctx->u.chacha;
383 skcipher_request_set_tfm(&creq->req, ctx->chacha);
403 struct chacha_req *creq = &rctx->u.chacha;
419 skcipher_request_set_tfm(&creq->req, ctx->chacha);
505 struct crypto_skcipher *chacha; local
561 struct skcipher_alg_common *chacha; local
[all...]
H A Dchacha_generic.c11 #include <crypto/internal/chacha.h>
/linux-master/arch/s390/crypto/
H A DMakefile21 chacha_s390-y := chacha-glue.o chacha-s390.o
H A Dchacha-glue.c11 #include <crypto/internal/chacha.h>
19 #include "chacha-s390.h"
/linux-master/lib/crypto/
H A Dlibchacha.c13 #include <crypto/chacha.h>
H A DMakefile6 # chacha is used by the /dev/random driver which is always builtin
7 obj-y += chacha.o
H A Dchacha.c14 #include <crypto/chacha.h>
H A Dchacha20poly1305.c12 #include <crypto/chacha.h>
/linux-master/include/crypto/internal/
H A Dchacha.h6 #include <crypto/chacha.h>
/linux-master/arch/powerpc/crypto/
H A DMakefile17 obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
29 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
H A Dchacha-p10-glue.c10 #include <crypto/internal/chacha.h>
/linux-master/tools/testing/crypto/chacha20-s390/
H A Drun-tests.sh14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
H A Dtest-cipher.c17 #include <crypto/chacha.h>
50 /* Perform cipher operations with the chacha lib */
/linux-master/arch/arm/crypto/
H A DMakefile14 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
42 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
43 chacha-neon-$(CONFIG_KERNEL_MODE_NEON) += chacha-neon-core.o
H A Dchacha-glue.c11 #include <crypto/internal/chacha.h>
/linux-master/arch/x86/crypto/
H A DMakefile45 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o
46 chacha-x86_64-y := chacha-avx2-x86_64.o chacha-ssse3-x86_64.o chacha_glue.o
47 chacha-x86_64-$(CONFIG_AS_AVX512) += chacha-avx512vl-x86_64.o
H A Dchacha_glue.c10 #include <crypto/internal/chacha.h>
/linux-master/arch/arm64/crypto/
H A DMakefile68 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
69 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
H A Dchacha-neon-glue.c23 #include <crypto/internal/chacha.h>
/linux-master/drivers/crypto/caam/
H A Dcompat.h40 #include <crypto/chacha.h>
/linux-master/fs/bcachefs/
H A Dchecksum.h10 #include <crypto/chacha.h>

Completed in 224 milliseconds

12