WSL2-Linux-Kernel/arch/arm64/crypto
Ard Biesheuvel fdd2389457 arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions
This is a port to ARMv8 (Crypto Extensions) of the Intel implementation of the
GHASH Secure Hash (used in the Galois/Counter chaining mode). It relies on the
optional PMULL/PMULL2 instruction (polynomial multiply long, what Intel call
carry-less multiply).

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
2014-05-14 10:04:07 -07:00
..
Kconfig arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions 2014-05-14 10:04:07 -07:00
Makefile arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions 2014-05-14 10:04:07 -07:00
ghash-ce-core.S arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions 2014-05-14 10:04:07 -07:00
ghash-ce-glue.c arm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions 2014-05-14 10:04:07 -07:00
sha1-ce-core.S arm64/crypto: SHA-1 using ARMv8 Crypto Extensions 2014-05-14 10:03:17 -07:00
sha1-ce-glue.c arm64/crypto: SHA-1 using ARMv8 Crypto Extensions 2014-05-14 10:03:17 -07:00
sha2-ce-core.S arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions 2014-05-14 10:04:01 -07:00
sha2-ce-glue.c arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto Extensions 2014-05-14 10:04:01 -07:00