summaryrefslogtreecommitdiff
path: root/cipher/camellia-aesni-avx2-amd64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/camellia-aesni-avx2-amd64.S')
-rw-r--r--cipher/camellia-aesni-avx2-amd64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/camellia-aesni-avx2-amd64.S b/cipher/camellia-aesni-avx2-amd64.S
index 78ef2d62..65c923ea 100644
--- a/cipher/camellia-aesni-avx2-amd64.S
+++ b/cipher/camellia-aesni-avx2-amd64.S
@@ -32,8 +32,8 @@
#define CAMELLIA_TABLE_BYTE_LEN 272
/* struct CAMELLIA_context: */
-#define key_bitlength 0
-#define key_table 4
+#define key_table 0
+#define key_bitlength CAMELLIA_TABLE_BYTE_LEN
/* register macros */
#define CTX %rdi