Home
last modified time | relevance | path

Searched refs:chacha (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/crypto/
Dchacha20poly1305.c20 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()
485 crypto_skcipher_clear_flags(ctx->chacha, CRYPTO_TFM_REQ_MASK); in chachapoly_setkey()
[all …]
DKconfig625 https://cr.yp.to/chacha/chacha-20080128.pdf for further information.
/linux-6.12.1/arch/mips/crypto/
DMakefile8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
9 chacha-mips-y := chacha-core.o chacha-glue.o
/linux-6.12.1/arch/riscv/crypto/
DMakefile7 obj-$(CONFIG_CRYPTO_CHACHA_RISCV64) += chacha-riscv64.o
8 chacha-riscv64-y := chacha-riscv64-glue.o chacha-riscv64-zvkb.o
/linux-6.12.1/arch/arm/crypto/
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
/linux-6.12.1/arch/powerpc/crypto/
DMakefile17 obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
30 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
/linux-6.12.1/arch/x86/crypto/
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
/linux-6.12.1/arch/s390/crypto/
DMakefile22 chacha_s390-y := chacha-glue.o chacha-s390.o
/linux-6.12.1/arch/arm64/crypto/
DMakefile68 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
69 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
/linux-6.12.1/tools/testing/crypto/chacha20-s390/
Drun-tests.sh14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
/linux-6.12.1/arch/powerpc/kernel/vdso/
DMakefile11 obj-vdso32 += getrandom-32.o vgetrandom-chacha-32.o
12 obj-vdso64 += getrandom-64.o vgetrandom-chacha-64.o
/linux-6.12.1/tools/testing/selftests/vDSO/
DMakefile38 $(OUTPUT)/vdso_test_chacha: vgetrandom-chacha.S
/linux-6.12.1/lib/crypto/
DMakefile7 obj-y += chacha.o
/linux-6.12.1/arch/arm64/kernel/vdso/
DMakefile12 obj-vdso := vgettimeofday.o note.o sigreturn.o vgetrandom.o vgetrandom-chacha.o
/linux-6.12.1/arch/loongarch/vdso/
DMakefile8 vgetrandom-chacha.o sigreturn.o
/linux-6.12.1/arch/s390/kernel/vdso64/
DMakefile6 obj-vdso64 = vdso_user_wrapper.o note.o vgetrandom-chacha.o
/linux-6.12.1/arch/x86/entry/vdso/
DMakefile10 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vgetrandom.o vgetrandom-chacha.o