- May 15, 2002
-
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.108
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.107
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.106
-
Niels Möller authored
Rev: src/nettle/sparc/aes.asm:1.105
-
Niels Möller authored
register. Rev: src/nettle/sparc/aes.asm:1.104
-
Niels Möller authored
byte of a word. Rev: src/nettle/sparc/aes.asm:1.103
-
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
-
Pontus Freyhult authored
Rev: ChangeLog:1.506
-
Pontus Freyhult authored
--no-tcpwrappers and --tcpwrappers-msg. Rev: src/lshd.c:1.138
-
Niels Möller authored
* (_aes_crypt): Use AES_ROUND for first word of the round function. Rev: src/nettle/sparc/aes.asm:1.95
-
Pontus Freyhult authored
Rev: src/io_commands.h:1.24
-
Pontus Freyhult authored
make_tcp_wrapper). Include tcpd.h and syslog.h if compiling with tcp wrappers. Rev: src/io_commands.c:1.51
-
Pontus Freyhult authored
Rev: configure.ac:1.8
-
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
-