summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-05-15 22:17:35 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-05-15 22:17:35 +0200
commit153537437bb5b940b26afb2e1261aff3e704dbbc (patch)
treee1f5726b4a23ac4ecfe083758a9287ee6bf5330a /asm.m4
parentf91e72100a42a125e6994532e0cd8733e44ca97a (diff)
downloadnettle-153537437bb5b940b26afb2e1261aff3e704dbbc.tar.gz
* aes-internal.h (struct aes_table): Renamed the shift_idx field
to sparc_idx, as it will be tweaked to improve the sparc code. Also reduced its size to [2][4]. (IDX_FACTOR): Deleted constant. * aes-encrypt-table.c (_aes_encrypt_table): Adapted initializer of sparc_idx. * aes-decrypt-table.c (_aes_decrypt_table): Likewise. * asm.m4: Deleted AES_SIDX2, to match struct aes_table. Rev: src/nettle/aes-decrypt-table.c:1.2 Rev: src/nettle/aes-encrypt-table.c:1.2 Rev: src/nettle/aes-internal.h:1.7 Rev: src/nettle/asm.m4:1.9
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/asm.m4 b/asm.m4
index c3ab4d7b..36936c15 100644
--- a/asm.m4
+++ b/asm.m4
@@ -41,7 +41,6 @@ STRUCTURE(AES)
STRUCT(IDX3, AES_IDX_SIZE)
STRUCT(SIDX1, AES_IDX_SIZE)
- STRUCT(SIDX2, AES_IDX_SIZE)
STRUCT(SIDX3, AES_IDX_SIZE)
STRUCT(TABLE0, AES_TABLE_SIZE)