sm3: kdf arm64, fix marcro issue

This commit is contained in:
Sun Yimin 2024-09-04 16:44:57 +08:00 committed by GitHub
parent 8e050f1064
commit 6d620a257f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,6 +314,23 @@ loop:
RET RET
#undef digPtr #undef digPtr
#undef a
#undef b
#undef c
#undef d
#undef e
#undef f
#undef g
#undef h
#define a V0
#define b V1
#define c V2
#define d V3
#define e V4
#define f V5
#define g V6
#define h V7
// func copyResultsBy4(dig *uint32, dst *byte) // func copyResultsBy4(dig *uint32, dst *byte)
TEXT ·copyResultsBy4(SB),NOSPLIT,$0 TEXT ·copyResultsBy4(SB),NOSPLIT,$0
#define digPtr R0 #define digPtr R0