From ba58d11567cc269079dadf0f844d7432bc7f3b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 17 Oct 2005 14:55:10 +0200 Subject: * 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 --- aes-internal.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'aes-internal.h') diff --git a/aes-internal.h b/aes-internal.h index 60c7f9df..dda43d0e 100644 --- a/aes-internal.h +++ b/aes-internal.h @@ -47,17 +47,6 @@ struct aes_table { uint8_t sbox[0x100]; - unsigned idx[3][4]; - - /* Variant of the idx array suitable for the sparc - * assembler code. - * - * sparc_idx[0][i] = idx[0][i] * 4 + 2 - * sparc_idx[1][i] = idx[2][i] * 4 - */ - - unsigned sparc_idx [2][4]; - uint32_t table[AES_TABLE_SIZE][0x100]; }; -- cgit v1.2.1