WSL2-Linux-Kernel/arch/arm64/crypto
Ard Biesheuvel fc754c024a crypto: arm64/crc-t10dif - move NEON yield to C code
Instead of yielding from the bowels of the asm routine if a reschedule
is needed, divide up the input into 4 KB chunks in the C glue. This
simplifies the code substantially, and avoids scheduling out the task
with the asm routine on the call stack, which is undesirable from a
CFI/instrumentation point of view.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-02-10 17:55:58 +11:00
..
.gitignore
Kconfig
Makefile
aes-ce-ccm-core.S
aes-ce-ccm-glue.c
aes-ce-core.S
aes-ce-glue.c
aes-ce-setkey.h
aes-ce.S
aes-cipher-core.S
aes-cipher-glue.c
aes-glue.c crypto: arm64/aes-ce-mac - simplify NEON yield 2021-02-10 17:55:58 +11:00
aes-modes.S crypto: arm64/aes-ce-mac - simplify NEON yield 2021-02-10 17:55:58 +11:00
aes-neon.S
aes-neonbs-core.S crypto: arm64/aes-neonbs - remove NEON yield calls 2021-02-10 17:55:58 +11:00
aes-neonbs-glue.c
chacha-neon-core.S crypto: arm64/chacha - simplify tail block handling 2020-11-13 20:38:55 +11:00
chacha-neon-glue.c
crct10dif-ce-core.S crypto: arm64/crc-t10dif - move NEON yield to C code 2021-02-10 17:55:58 +11:00
crct10dif-ce-glue.c crypto: arm64/crc-t10dif - move NEON yield to C code 2021-02-10 17:55:58 +11:00
ghash-ce-core.S crypto: arm64/gcm - move authentication tag check to SIMD domain 2020-11-20 14:45:32 +11:00
ghash-ce-glue.c crypto: arm64/gcm - move authentication tag check to SIMD domain 2020-11-20 14:45:32 +11:00
nh-neon-core.S
nhpoly1305-neon-glue.c
poly1305-armv8.pl
poly1305-core.S_shipped
poly1305-glue.c
sha1-ce-core.S crypto: arm64/sha1-ce - simplify NEON yield 2021-02-10 17:55:57 +11:00
sha1-ce-glue.c crypto: arm64/sha1-ce - simplify NEON yield 2021-02-10 17:55:57 +11:00
sha2-ce-core.S crypto: arm64/sha2-ce - simplify NEON yield 2021-02-10 17:55:57 +11:00
sha2-ce-glue.c crypto: arm64/sha2-ce - simplify NEON yield 2021-02-10 17:55:57 +11:00
sha3-ce-core.S crypto: arm64/sha3-ce - simplify NEON yield 2021-02-10 17:55:58 +11:00
sha3-ce-glue.c crypto: arm64/sha3-ce - simplify NEON yield 2021-02-10 17:55:58 +11:00
sha256-core.S_shipped
sha256-glue.c crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00
sha512-armv8.pl
sha512-ce-core.S crypto: arm64/sha512-ce - simplify NEON yield 2021-02-10 17:55:58 +11:00
sha512-ce-glue.c crypto: arm64/sha512-ce - simplify NEON yield 2021-02-10 17:55:58 +11:00
sha512-core.S_shipped
sha512-glue.c crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00
sm3-ce-core.S
sm3-ce-glue.c
sm4-ce-core.S
sm4-ce-glue.c