Searched refs:chacha (Results 1 – 6 of 6) sorted by relevance
22 struct crypto_skcipher_spawn chacha; member28 struct crypto_skcipher *chacha; member68 struct chacha_req chacha; member129 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 …]
1414 <http://cr.yp.to/chacha/chacha-20080128.pdf>
25 obj-$(CONFIG_CRYPTO_CHACHA20_X86_64) += chacha-x86_64.o67 chacha-x86_64-y := chacha-ssse3-x86_64.o chacha_glue.o87 chacha-x86_64-y += chacha-avx2-x86_64.o94 chacha-x86_64-y += chacha-avx512vl-x86_64.o
50 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o51 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
12 obj-$(CONFIG_CRYPTO_CHACHA20_NEON) += chacha-neon.o56 chacha-neon-y := chacha-neon-core.o chacha-neon-glue.o
30 sha1.o chacha.o irq_regs.o argv_split.o \