Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dchacha20poly1305.c20 struct crypto_skcipher_spawn chacha; member
26 struct crypto_skcipher *chacha; member
66 struct chacha_req chacha; member
505 struct crypto_skcipher *chacha; in chachapoly_init() local
513 chacha = crypto_spawn_skcipher(&ictx->chacha); in chachapoly_init()
514 if (IS_ERR(chacha)) { in chachapoly_init()
516 return PTR_ERR(chacha); in chachapoly_init()
519 ctx->chacha = chacha; in chachapoly_init()
543 crypto_free_skcipher(ctx->chacha); in chachapoly_exit()
561 struct skcipher_alg *chacha; in chachapoly_create() local
[all …]
H A DKconfig642 https://cr.yp.to/chacha/chacha-20080128.pdf for further information.
/openbmc/linux/arch/mips/crypto/
H A DMakefile8 obj-$(CONFIG_CRYPTO_CHACHA_MIPS) += chacha-mips.o
9 chacha-mips-y := chacha-core.o chacha-glue.o
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/arch/s390/crypto/
H A DMakefile21 chacha_s390-y := chacha-glue.o chacha-s390.o
/openbmc/linux/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
/openbmc/linux/tools/testing/crypto/chacha20-s390/
H A Drun-tests.sh14 lsmod | grep chacha | cut -f1 -d' ' | xargs rmmod
/openbmc/linux/lib/crypto/
H A DMakefile7 obj-y += chacha.o