Skip to content

Commit 645185e

Browse files
committed
Added load_sbox() call to decryption part.
1 parent 80c841a commit 645185e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crypto/sm4/asm/vpsm4-armv8.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,9 @@ ()
945945
ret
946946
947947
.Ldec:
948+
___
949+
&load_sbox();
950+
$code.=<<___;
948951
// decryption mode starts
949952
AARCH64_SIGN_LINK_REGISTER
950953
stp d8,d9,[sp,#-80]!

0 commit comments

Comments
 (0)