From 153537437bb5b940b26afb2e1261aff3e704dbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 15 May 2002 22:17:35 +0200 Subject: * 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 --- asm.m4 | 1 - 1 file changed, 1 deletion(-) (limited to 'asm.m4') 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) -- cgit v1.2.1