summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-10-17 14:55:10 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-10-17 14:55:10 +0200
commitba58d11567cc269079dadf0f844d7432bc7f3b61 (patch)
treeee21ad24a67b3aa5ce2aa6e86bf42c61c21c89f6 /asm.m4
parent409e1cb6651617c909a0dfc5c2e174b5c1d210a0 (diff)
downloadnettle-ba58d11567cc269079dadf0f844d7432bc7f3b61.tar.gz
* aes-internal.h (struct aes_table): Deleted idx and sparc_idx
arrays. * aes-encrypt-table.c (_aes_encrypt_table): Likewise. * aes-decrypt.c (_aes_decrypt_table): Likewise. * asm.m4 (AES): Likewise Rev: src/nettle/ChangeLog:1.358 Rev: src/nettle/aes-decrypt.c:1.7 Rev: src/nettle/aes-encrypt-table.c:1.5 Rev: src/nettle/aes-internal.h:1.13 Rev: src/nettle/asm.m4:1.14
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/asm.m4 b/asm.m4
index 9b6d858e..ee2be4fc 100644
--- a/asm.m4
+++ b/asm.m4
@@ -43,19 +43,10 @@ STRUCTURE(AES)
UNSIGNED(NROUNDS)
define(AES_SBOX_SIZE, 256)dnl
-define(AES_IDX_SIZE, 16)dnl
define(AES_TABLE_SIZE, 1024)dnl
STRUCTURE(AES)
STRUCT(SBOX, AES_SBOX_SIZE)
-
- STRUCT(IDX1, AES_IDX_SIZE)
- STRUCT(IDX2, AES_IDX_SIZE)
- STRUCT(IDX3, AES_IDX_SIZE)
-
- STRUCT(SIDX1, AES_IDX_SIZE)
- STRUCT(SIDX3, AES_IDX_SIZE)
-
STRUCT(TABLE0, AES_TABLE_SIZE)
STRUCT(TABLE1, AES_TABLE_SIZE)
STRUCT(TABLE2, AES_TABLE_SIZE)