Searched refs:chacha (Results 1 – 12 of 12) sorted by relevance
20 struct crypto_skcipher_spawn chacha; member26 struct crypto_skcipher *chacha; member66 struct chacha_req chacha; member127 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 …]
6 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o7 chacha-mips-y := chacha-core.o chacha-glue.o
14 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o38 chacha-neon-y := chacha-scalar-core.o chacha-glue.o39 chacha-neon-$(CONFIG_KERNEL_MODE_NEON) += chacha-neon-core.o
7 obj-$(CONFIG_CRYPTO_CHACHA_RISCV64) += chacha-riscv64.o8 chacha-riscv64-y := chacha-riscv64-glue.o chacha-riscv64-zvkb.o
14 obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o25 chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
45 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o46 chacha-x86_64-y := chacha-avx2-x86_64.o chacha-ssse3-x86_64.o chacha_glue.o47 chacha-x86_64-$(CONFIG_AS_AVX512) += chacha-avx512vl-x86_64.o
20 chacha_s390-y := chacha-glue.o chacha-s390.o
65 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o66 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
38 $(OUTPUT)/vdso_test_chacha: vgetrandom-chacha.S
12 obj-vdso := vgettimeofday.o note.o sigreturn.o vgetrandom.o vgetrandom-chacha.o
10 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vgetrandom.o vgetrandom-chacha.o