sm4: fix gcm_sm4ni_arm64 dec bug

This commit is contained in:
Sun Yimin 2023-03-30 15:46:37 +08:00 committed by GitHub
parent 05ba968610
commit 01151be42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,8 @@ octetsLoop:
sm4eEnc8blocks()
VMOV B0.B16, T1.B16
VMOV B1.B16, T2.B16
VLD1.P 32(srcPtr), [B0.B16, B1.B16]
VEOR B0.B16, T1.B16, T1.B16
VEOR B1.B16, T2.B16, T2.B16