sm3: kdf s390x fix 3

This commit is contained in:
Sun Yimin 2024-09-04 11:40:08 +08:00 committed by GitHub
parent 4c6fba843f
commit f03d40ea71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,10 +133,10 @@ GLOBL mask<>(SB), 8, $64
MESSAGE_SCHEDULE(index) \ // V11 is Wt+4 now, Pls do not use it MESSAGE_SCHEDULE(index) \ // V11 is Wt+4 now, Pls do not use it
PROLD(a, TMP0, 12) \ PROLD(a, TMP0, 12) \
VLR TMP0, TMP1 \ VLR TMP0, TMP1 \
LOAD_T(const, tmp1) \ LOAD_T(const, TMP2) \
VAF tmp1, TMP0, TMP0 \ VAF TMP2, TMP0, TMP0 \
VAF e, TMP0, TMP0 \ VAF e, TMP0, TMP0 \
PROLD(TMP0, TMP2, 7) \ // V14 = SS1 PROLD(TMP0, TMP2, 7) \ // TMP2 = SS1
VX TMP2, TMP1, TMP0 \ // TMP0 = SS2 VX TMP2, TMP1, TMP0 \ // TMP0 = SS2
VO a, b, TMP3 \ VO a, b, TMP3 \
VN a, b, TMP1 \ VN a, b, TMP1 \