Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dchacha20poly1305.c22 struct crypto_skcipher_spawn chacha; member
28 struct crypto_skcipher *chacha; member
68 struct chacha_req chacha; member
129 struct chacha_req *creq = &rctx->u.chacha; in chacha_decrypt()
145 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_decrypt()
367 struct chacha_req *creq = &rctx->u.chacha; in poly_genkey()
385 skcipher_request_set_tfm(&creq->req, ctx->chacha); in poly_genkey()
405 struct chacha_req *creq = &rctx->u.chacha; in chacha_encrypt()
421 skcipher_request_set_tfm(&creq->req, ctx->chacha); in chacha_encrypt()
488 crypto_skcipher_clear_flags(ctx->chacha, CRYPTO_TFM_REQ_MASK); in chachapoly_setkey()
[all …]
DKconfig1414 <http://cr.yp.to/chacha/chacha-20080128.pdf>
/Linux-v5.4/arch/x86/crypto/
DMakefile25 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o
67 chacha-x86_64-y := chacha-ssse3-x86_64.o chacha_glue.o
87 chacha-x86_64-y += chacha-avx2-x86_64.o
94 chacha-x86_64-y += chacha-avx512vl-x86_64.o
/Linux-v5.4/arch/arm64/crypto/
DMakefile50 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
51 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
/Linux-v5.4/arch/arm/crypto/
DMakefile12 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o
56 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
/Linux-v5.4/lib/
DMakefile30 sha1.o chacha.o irq_regs.o argv_split.o \