From 1f209d23176e815fb7405961a6680526d73fb423 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 11 Nov 2024 17:47:57 +0800 Subject: [PATCH] sm4:arm64 fix sm4ni compile issue --- sm4/asm_arm64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm4/asm_arm64.s b/sm4/asm_arm64.s index 1c9c318..1bbc036 100644 --- a/sm4/asm_arm64.s +++ b/sm4/asm_arm64.s @@ -131,7 +131,7 @@ ksLoop: RET sm4ekey: - MOVD $fk_mask<>(SB), R0 + MOVD $·rcon+0x60(SB), R0 VLD1 (R0), [FK_MASK.B16] VLD1 (R8), [V9.B16] VREV32 V9.B16, V9.B16