- May 15, 2002
-
-
Niels Möller authored
of wtxt. Rev: src/nettle/sparc/aes.asm:1.102
-
Niels Möller authored
(_aes_crypt): Add 16 to dst at the end of the final round. Rev: src/nettle/sparc/aes.asm:1.101
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.100
-
Niels Möller authored
(_aes_crypt): Use AES_FINAL_ROUND for the first word if the final round. (_aes_crypt): And for the rest of the final round. Rev: src/nettle/sparc/aes.asm:1.99
-
Niels Möller authored
(_aes_crypt): Use AES_FINAL_ROUND for the first word if the final round. Rev: src/nettle/sparc/aes.asm:1.98
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.97
-
Niels Möller authored
(_aes_crypt): Use AES_ROUND for first word of the round function. (_aes_crypt): And for the rest of the round function. Rev: src/nettle/sparc/aes.asm:1.96
-
Niels Möller authored
* (_aes_crypt): Use AES_ROUND for first word of the round function. Rev: src/nettle/sparc/aes.asm:1.95
-
Niels Möller authored
after accessing IDX1. Rev: src/nettle/sparc/aes.asm:1.94
-
Niels Möller authored
contain index values shifted by the size of a word, and with 2 added. This saves some additions in the sparc assembler code. Updates aes-encrypt-table.c and aes-decrypt-table.c. * 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.3 Rev: src/nettle/aes-encrypt-table.c:1.3 Rev: src/nettle/aes-internal.h:1.8
-
Niels Möller authored
two registers. Rev: src/nettle/sparc/aes.asm:1.93
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.92
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.91
-
Niels Möller authored
optimizations. (_aes_crypt): Eliminated i from forst copy of the loop. Some cleanup. (_aes_crypt): And from second copy. (_aes_crypt): And from third. (_aes_crypt): And fourth. Rev: src/nettle/sparc/aes.asm:1.90
-
Niels Möller authored
optimizations. (_aes_crypt): Eliminated i from forst copy of the loop. Some cleanup. (_aes_crypt): And from second copy. (_aes_crypt): And from third. Rev: src/nettle/sparc/aes.asm:1.89
-
Niels Möller authored
optimizations. (_aes_crypt): Eliminated i from forst copy of the loop. Some cleanup. (_aes_crypt): And from second copy. Rev: src/nettle/sparc/aes.asm:1.88
-
Niels Möller authored
optimizations. (_aes_crypt): Eliminated i from forst copy of the loop. Some cleanup. Rev: src/nettle/sparc/aes.asm:1.87
-
Niels Möller authored
optimizations. Rev: src/nettle/sparc/aes.asm:1.86
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.99
-
Niels Möller authored
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
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.85
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.84
-
Niels Möller authored
loop. Rev: src/nettle/sparc/aes.asm:1.83
-
Niels Möller authored
(_aes_crypt): And from the second copy. (_aes_crypt): And from the third copy. (_aes_crypt): And from the fourth copy. Rev: src/nettle/sparc/aes.asm:1.82
-
Niels Möller authored
(_aes_crypt): And from the second copy. (_aes_crypt): And from the third copy. Rev: src/nettle/sparc/aes.asm:1.81
-
Niels Möller authored
(_aes_crypt): And from the second copy. Rev: src/nettle/sparc/aes.asm:1.80
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.79
-
Niels Möller authored
for optimizations suggested by Marcus Comstedt. Rev: src/nettle/sparc/aes.asm:1.78
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.98 Rev: src/nettle/aes-decrypt.c:1.4
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.16
-
Niels Möller authored
round, folding it into the final round. Rev: src/nettle/x86/aes-decrypt.asm:1.15
-
Niels Möller authored
AES_ROUND calls instead. (aes_decrypt): Likewise for the final round. Rev: src/nettle/x86/aes-decrypt.asm:1.14
-
Niels Möller authored
AES_ROUND calls instead. Rev: src/nettle/x86/aes-decrypt.asm:1.13
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.12 Rev: src/nettle/x86/aes-encrypt.asm:1.17
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.11
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.97
-
Niels Möller authored
* x86/aes-decrypt.asm (aes_decrypt): Likewise. Rev: src/nettle/x86/aes-decrypt.asm:1.10
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.16
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.96
-
Niels Möller authored
Updated users. Rev: src/nettle/x86/aes-decrypt.asm:1.9 Rev: src/nettle/x86/aes-encrypt.asm:1.15 Rev: src/nettle/x86/machine.m4:1.7
-