Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/crypto/
H A Dchacha20poly1305.c12 #include <crypto/chacha.h>
20 struct crypto_skcipher_spawn chacha; member
26 struct crypto_skcipher *chacha; member
66 struct chacha_req chacha; member
127 struct chacha_req *creq = &rctx->u.chacha; in chacha_decrypt()
143 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
365 struct chacha_req *creq = &rctx->u.chacha; in poly_genkey()
383 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
403 struct chacha_req *creq = &rctx->u.chacha; in chacha_encrypt()
419 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
505 struct crypto_skcipher *chacha; chachapoly_init() local
561 struct skcipher_alg *chacha; chachapoly_create() local
[all...]
H A Dchacha_generic.c11 #include <crypto/internal/chacha.h>
/kernel/linux/linux-5.10/crypto/
H A Dchacha20poly1305.c12 #include <crypto/chacha.h>
20 struct crypto_skcipher_spawn chacha; member
26 struct crypto_skcipher *chacha; member
66 struct chacha_req chacha; member
127 struct chacha_req *creq = &rctx->u.chacha; in chacha_decrypt()
143 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
365 struct chacha_req *creq = &rctx->u.chacha; in poly_genkey()
383 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
403 struct chacha_req *creq = &rctx->u.chacha; in chacha_encrypt()
419 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
505 struct crypto_skcipher *chacha; chachapoly_init() local
561 struct skcipher_alg *chacha; chachapoly_create() local
[all...]
H A Dchacha_generic.c11 #include <crypto/internal/chacha.h>
/kernel/linux/linux-5.10/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>
/kernel/linux/linux-6.6/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>
/kernel/linux/linux-5.10/arch/arm/crypto/
H A DMakefile12 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
38 chacha-neon-y := chacha-scalar-core.o chacha-glue.o
39 chacha-neon-$(CONFIG_KERNEL_MODE_NEON) += chacha-neon-core.o
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A DMakefile17 obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
28 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
/kernel/linux/linux-5.10/arch/x86/crypto/
H A DMakefile49 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o
50 chacha-x86_64-y := chacha-avx2-x86_64.o chacha-ssse3-x86_64.o chacha_glue.o
51 chacha-x86_64-$(CONFIG_AS_AVX512) += chacha-avx512vl-x86_64.o
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A DMakefile50 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
51 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/lib/crypto/
H A Dlibchacha.c13 #include <crypto/chacha.h>
H A DMakefile3 # chacha is used by the /dev/random driver which is always builtin
4 obj-y += chacha.o
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dchacha.h6 #include <crypto/chacha.h>
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dchacha.h6 #include <crypto/chacha.h>
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcompat.h39 #include <crypto/chacha.h>
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcompat.h40 #include <crypto/chacha.h>

Completed in 8 milliseconds

12