summaryrefslogtreecommitdiff
path: root/sparc64/aes-decrypt-internal.asm
diff options
context:
space:
mode:
Diffstat (limited to 'sparc64/aes-decrypt-internal.asm')
-rw-r--r--sparc64/aes-decrypt-internal.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/sparc64/aes-decrypt-internal.asm b/sparc64/aes-decrypt-internal.asm
index eb9f2502..f22f73af 100644
--- a/sparc64/aes-decrypt-internal.asm
+++ b/sparc64/aes-decrypt-internal.asm
@@ -22,6 +22,10 @@ C The only difference between this code and the sparc32 code is the
C frame offsets, and the magic BIAS when accessing the stack (which
C doesn't matter, since we don't access any data on the stack).
+
+C Use the same AES macros as on sparc32.
+include_src(sparc/aes.m4)
+
C Arguments
define(<CTX>, <%i0>)
define(<T>, <%i1>)