summaryrefslogtreecommitdiff
path: root/crypto/ahash.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-07-02 21:41:24 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-26 14:56:02 +1000
commitbfef5b97787c4d41b2128863dc301a2d3e92525b (patch)
tree46ed83e4fb039df890ab478b63aed0abadcfd53c /crypto/ahash.c
parent01490fc88e550935c57c668ee686dc02aca6d7d7 (diff)
downloadlinux-crypto-bfef5b97787c4d41b2128863dc301a2d3e92525b.tar.gz
linux-crypto-bfef5b97787c4d41b2128863dc301a2d3e92525b.zip
crypto: x86/aes - drop scalar assembler implementations
The AES assembler code for x86 isn't actually faster than code generated by the compiler from aes_generic.c, and considering the disproportionate maintenance burden of assembler code on x86, it is better just to drop it entirely. Modern x86 systems will use AES-NI anyway, and given that the modules being removed have a dependency on aes_generic already, we can remove them without running the risk of regressions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ahash.c')
0 files changed, 0 insertions, 0 deletions