mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
sm3: kdf arm64, fix marcro issue
This commit is contained in:
parent
8e050f1064
commit
6d620a257f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user