mbox series

[0/2] crypto: fix crct10dif for ARM and arm64

Message ID 20190124182712.7142-1-ard.biesheuvel@linaro.org
Headers show
Series crypto: fix crct10dif for ARM and arm64 | expand

Message

Ard Biesheuvel Jan. 24, 2019, 6:27 p.m. UTC
Fix the issues in both NEON implementations of the CRC-T10DIF routines,
that were reported by Eric's new testing code.

Ard Biesheuvel (2):
  crypto: arm/crct10dif - revert to C code for short inputs
  crypto: arm64/crct10dif - revert to C code for short inputs

 arch/arm/crypto/crct10dif-ce-core.S   | 20 ++++++++--------
 arch/arm/crypto/crct10dif-ce-glue.c   | 23 +++++-------------
 arch/arm64/crypto/crct10dif-ce-glue.c | 25 +++++---------------
 3 files changed, 22 insertions(+), 46 deletions(-)

-- 
2.17.1