sm4: arm64 fix

This commit is contained in:
Sun Yimin 2023-08-07 16:58:13 +08:00 committed by GitHub
parent c7fc1431ba
commit b65b01a6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ TEXT ·decryptBlocksChain(SB),NOSPLIT,$0
MOVD src_len+40(FP), srcPtrLen
MOVD iv+56(FP), R6
MOVD rk, rkSave
VLD1 (R6), [IV]
VLD1 (R6), [IV.B16]
cbcSm4Octets:
CMP $128, srcPtrLen