]> git.ipfire.org Git - thirdparty/nettle.git/log
thirdparty/nettle.git
22 years ago*** empty log message ***
Niels Möller [Sat, 28 Sep 2002 16:05:23 +0000 (18:05 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.106

22 years agoEnabled some more tests.
Niels Möller [Sat, 28 Sep 2002 16:04:41 +0000 (18:04 +0200)] 
Enabled some more tests.

Rev: src/nettle/testsuite/sexp-test.c:1.3

22 years ago(sexp_iterator_assoc): Return 0 for missing or duplicate keys.
Niels Möller [Sat, 28 Sep 2002 16:04:16 +0000 (18:04 +0200)] 
(sexp_iterator_assoc): Return 0 for missing or duplicate keys.

Rev: src/nettle/sexp.c:1.3

22 years ago* sexp.c (sexp_iterator_simple): Bugfixes. Check earlier that
Niels Möller [Sat, 28 Sep 2002 15:41:08 +0000 (17:41 +0200)] 
* sexp.c (sexp_iterator_simple): Bugfixes. Check earlier that
length doesn't grow too large.
(sexp_iterator_next): Skip the current list only if type is
SEXP_LIST. Handle ')'.
(sexp_iterator_enter_list): Set type to SEXP_START.
(sexp_iterator_exit_list): Likewise. Don't skip the ')' here.
(sexp_iterator_assoc): Bug fix.

Rev: src/nettle/sexp.c:1.2

22 years agocomment fix.
Niels Möller [Sat, 28 Sep 2002 15:37:07 +0000 (17:37 +0200)] 
comment fix.

Rev: src/nettle/sexp.h:1.2

22 years ago* testsuite/sexp-test.c (test_main): Reordered sexp_iterator_assoc
Niels Möller [Sat, 28 Sep 2002 15:36:52 +0000 (17:36 +0200)] 
* testsuite/sexp-test.c (test_main): Reordered sexp_iterator_assoc
tests.

Rev: src/nettle/testsuite/sexp-test.c:1.2

22 years ago*** empty log message ***
Niels Möller [Sat, 28 Sep 2002 13:58:12 +0000 (15:58 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.105

22 years ago(Randomness): Documented that yarrow256_init can
Niels Möller [Sat, 28 Sep 2002 13:58:03 +0000 (15:58 +0200)] 
(Randomness): Documented that yarrow256_init can
be called with a zero number of sources.

Rev: src/nettle/nettle.texinfo:1.17

22 years ago(ASSERT): New macro.
Niels Möller [Sat, 28 Sep 2002 13:56:56 +0000 (15:56 +0200)] 
(ASSERT): New macro.

Rev: src/nettle/testsuite/testutils.h:1.9

22 years ago* testsuite/sexp-test.c: Test sexp parser.
Niels Möller [Sat, 28 Sep 2002 13:56:36 +0000 (15:56 +0200)] 
* testsuite/sexp-test.c: Test sexp parser.

Rev: src/nettle/testsuite/.cvsignore:1.17
Rev: src/nettle/testsuite/Makefile.am:1.22
Rev: src/nettle/testsuite/sexp-test.c:1.1

22 years ago(SUBDIRS): Added sexp files.
Niels Möller [Sat, 28 Sep 2002 13:55:27 +0000 (15:55 +0200)] 
(SUBDIRS): Added sexp files.

Rev: src/nettle/Makefile.am:1.40

22 years agoNew files, implementing an sexp-parser.
Niels Möller [Sat, 28 Sep 2002 13:54:57 +0000 (15:54 +0200)] 
New files, implementing an sexp-parser.

Rev: src/nettle/sexp.c:1.1
Rev: src/nettle/sexp.h:1.1

23 years ago(DISTCLEANFILES): make distclean should delete the
Niels Möller [Tue, 27 Aug 2002 10:41:49 +0000 (12:41 +0200)] 
(DISTCLEANFILES): make distclean should delete the
assembler-related symlinks.

Rev: src/nettle/ChangeLog:1.104
Rev: src/nettle/Makefile.am:1.39

23 years ago*** empty log message ***
Niels Möller [Mon, 26 Aug 2002 20:26:01 +0000 (22:26 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.103

23 years ago(%.o: %.asm): Create an empty (and unused)
Niels Möller [Mon, 26 Aug 2002 20:23:45 +0000 (22:23 +0200)] 
(%.o: %.asm): Create an empty (and unused)
dependency file, to make the make/automake dependency tracking
happier.

Rev: src/nettle/Makefile.am:1.38

23 years ago*** empty log message ***
Niels Möller [Thu, 18 Jul 2002 16:03:48 +0000 (18:03 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.102

23 years ago(main): Try openssl's ciphers as
Niels Möller [Thu, 18 Jul 2002 16:03:40 +0000 (18:03 +0200)] 
(main): Try openssl's ciphers as
well, if available.

Rev: src/nettle/examples/nettle-benchmark.c:1.6

23 years ago(libnettle_a_SOURCES): Added nettle-openssl.c.
Niels Möller [Thu, 18 Jul 2002 16:02:57 +0000 (18:02 +0200)] 
(libnettle_a_SOURCES): Added nettle-openssl.c.

Rev: src/nettle/Makefile.am:1.37

23 years agoNew file.
Niels Möller [Thu, 18 Jul 2002 16:02:35 +0000 (18:02 +0200)] 
New file.

Rev: src/nettle/nettle-openssl.c:1.1

23 years agoDeclare openssl glue ciphers.
Niels Möller [Thu, 18 Jul 2002 16:00:36 +0000 (18:00 +0200)] 
Declare openssl glue ciphers.

Rev: src/nettle/nettle-internal.h:1.2

23 years agoExtra name-mangling, to avoid collisions in case a
Niels Möller [Thu, 18 Jul 2002 15:59:21 +0000 (17:59 +0200)] 
Extra name-mangling, to avoid collisions in case a
program links with both nettle and libcrypto (the nettle-benchmark
program does).

Rev: src/nettle/des-compat.h:1.8

23 years agoCheck for openssl's libcrypto (for benchmarking).
Niels Möller [Thu, 18 Jul 2002 15:56:52 +0000 (17:56 +0200)] 
Check for openssl's libcrypto (for benchmarking).

Rev: src/nettle/configure.ac:1.8

23 years agoDon't use -ggdb3 with gcc-2.96.
Niels Möller [Thu, 18 Jul 2002 12:32:22 +0000 (14:32 +0200)] 
Don't use -ggdb3 with gcc-2.96.

Rev: src/nettle/ChangeLog:1.101
Rev: src/nettle/configure.ac:1.7

23 years agoFixed some @deftypefun declarations.
Niels Möller [Sun, 2 Jun 2002 15:46:40 +0000 (17:46 +0200)] 
Fixed some @deftypefun declarations.

Rev: src/nettle/nettle.texinfo:1.16

23 years agoAdded comment on how to improve ultra sparc
Niels Möller [Thu, 16 May 2002 12:34:57 +0000 (14:34 +0200)] 
Added comment on how to improve ultra sparc
performance.

Rev: src/nettle/sparc/aes.asm:1.124

23 years ago*** empty log message ***
Niels Möller [Thu, 16 May 2002 00:29:01 +0000 (02:29 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.100

23 years ago(_aes_crypt): Moved some registers around. We now use input
Niels Möller [Thu, 16 May 2002 00:17:11 +0000 (02:17 +0200)] 
(_aes_crypt): Moved some registers around. We now use input
registers only for arguments, local registers for loop invariants,
output registers for temporaries and loop variables, and no global
registers at all.

Rev: src/nettle/sparc/aes.asm:1.123

23 years ago* sparc/aes.asm: Deleted registers i and t3.
Niels Möller [Thu, 16 May 2002 00:00:27 +0000 (02:00 +0200)] 
* sparc/aes.asm: Deleted registers i and t3.

Rev: src/nettle/sparc/aes.asm:1.122

23 years ago(AES_LOAD): Eliminated t3.
Niels Möller [Wed, 15 May 2002 23:55:02 +0000 (01:55 +0200)] 
(AES_LOAD): Eliminated t3.

Rev: src/nettle/sparc/aes.asm:1.121

23 years agoWork in progress, reordering AES_LOAD.
Niels Möller [Wed, 15 May 2002 23:50:30 +0000 (01:50 +0200)] 
Work in progress, reordering AES_LOAD.

Rev: src/nettle/sparc/aes.asm:1.120

23 years agoWork in progress, reordering AES_LOAD.
Niels Möller [Wed, 15 May 2002 23:46:13 +0000 (01:46 +0200)] 
Work in progress, reordering AES_LOAD.

Rev: src/nettle/sparc/aes.asm:1.119

23 years ago(_aes_crypt): Deleted cruft from the old source loop.
Niels Möller [Wed, 15 May 2002 23:42:04 +0000 (01:42 +0200)] 
(_aes_crypt): Deleted cruft from the old source loop.

Rev: src/nettle/sparc/aes.asm:1.118

23 years ago(_aes_crypt): Deleted cruft from the old source loop.
Niels Möller [Wed, 15 May 2002 23:37:29 +0000 (01:37 +0200)] 
(_aes_crypt): Deleted cruft from the old source loop.

Rev: src/nettle/sparc/aes.asm:1.117

23 years ago(_aes_crypt): Use AES_LOAD macro.
Niels Möller [Wed, 15 May 2002 23:34:42 +0000 (01:34 +0200)] 
(_aes_crypt): Use AES_LOAD macro.

Rev: src/nettle/sparc/aes.asm:1.116

23 years agoWork in progress, source loop unrolling.
Niels Möller [Wed, 15 May 2002 23:32:32 +0000 (01:32 +0200)] 
Work in progress, source loop unrolling.

Rev: src/nettle/sparc/aes.asm:1.115

23 years agoWork in progress, source loop unrolling.
Niels Möller [Wed, 15 May 2002 23:31:18 +0000 (01:31 +0200)] 
Work in progress, source loop unrolling.

Rev: src/nettle/sparc/aes.asm:1.114

23 years agoWork in progress, source loop unrolling.
Niels Möller [Wed, 15 May 2002 23:29:24 +0000 (01:29 +0200)] 
Work in progress, source loop unrolling.

Rev: src/nettle/sparc/aes.asm:1.113

23 years agoWork in progress, source loop unrolling.
Niels Möller [Wed, 15 May 2002 23:27:31 +0000 (01:27 +0200)] 
Work in progress, source loop unrolling.

Rev: src/nettle/sparc/aes.asm:1.112

23 years ago(_aes_crypt): Unrolled source loop.
Niels Möller [Wed, 15 May 2002 23:23:58 +0000 (01:23 +0200)] 
(_aes_crypt): Unrolled source loop.

Rev: src/nettle/sparc/aes.asm:1.111

23 years ago(AES_FINAL_ROUND): Eliminated t3.
Niels Möller [Wed, 15 May 2002 23:01:03 +0000 (01:01 +0200)] 
(AES_FINAL_ROUND): Eliminated t3.

Rev: src/nettle/sparc/aes.asm:1.110

23 years ago(AES_FINAL_ROUND): Work to eliminate t3.
Niels Möller [Wed, 15 May 2002 22:59:25 +0000 (00:59 +0200)] 
(AES_FINAL_ROUND): Work to eliminate t3.

Rev: src/nettle/sparc/aes.asm:1.109

23 years ago(AES_FINAL_ROUND): Reordered, so that we can save one register.
Niels Möller [Wed, 15 May 2002 22:52:30 +0000 (00:52 +0200)] 
(AES_FINAL_ROUND): Reordered, so that we can save one register.

Rev: src/nettle/sparc/aes.asm:1.108

23 years ago(AES_FINAL_ROUND): Some reordering.
Niels Möller [Wed, 15 May 2002 22:48:29 +0000 (00:48 +0200)] 
(AES_FINAL_ROUND): Some reordering.

Rev: src/nettle/sparc/aes.asm:1.107

23 years ago(AES_FINAL_ROUND): Eliminated ands.
Niels Möller [Wed, 15 May 2002 22:45:59 +0000 (00:45 +0200)] 
(AES_FINAL_ROUND): Eliminated ands.

Rev: src/nettle/sparc/aes.asm:1.106

23 years ago(AES_ROUND): Eliminated use of t3.
Niels Möller [Wed, 15 May 2002 22:43:50 +0000 (00:43 +0200)] 
(AES_ROUND): Eliminated use of t3.

Rev: src/nettle/sparc/aes.asm:1.105

23 years ago(AES_ROUND): Reordered instructions, so that we can save one
Niels Möller [Wed, 15 May 2002 22:37:26 +0000 (00:37 +0200)] 
(AES_ROUND): Reordered instructions, so that we can save one
register.

Rev: src/nettle/sparc/aes.asm:1.104

23 years ago(AES_FINAL_ROUND): Use ldub, not lduh + and, to get the second
Niels Möller [Wed, 15 May 2002 22:30:22 +0000 (00:30 +0200)] 
(AES_FINAL_ROUND): Use ldub, not lduh + and, to get the second
byte of a word.

Rev: src/nettle/sparc/aes.asm:1.103

23 years ago(AES_FINAL_ROUND): Use ldub, not ld + and, to get the third byte
Niels Möller [Wed, 15 May 2002 22:27:51 +0000 (00:27 +0200)] 
(AES_FINAL_ROUND): Use ldub, not ld + and, to get the third byte
of wtxt.

Rev: src/nettle/sparc/aes.asm:1.102

23 years ago(AES_FINAL_ROUND): Don't update dst, just access it offseted by i.
Niels Möller [Wed, 15 May 2002 22:22:46 +0000 (00:22 +0200)] 
(AES_FINAL_ROUND): Don't update dst, just access it offseted by i.
(_aes_crypt): Add 16 to dst at the end of the final round.

Rev: src/nettle/sparc/aes.asm:1.101

23 years agoCleanup.
Niels Möller [Wed, 15 May 2002 22:16:56 +0000 (00:16 +0200)] 
Cleanup.

Rev: src/nettle/sparc/aes.asm:1.100

23 years ago(AES_FINAL_ROUND): New macro.
Niels Möller [Wed, 15 May 2002 22:14:25 +0000 (00:14 +0200)] 
(AES_FINAL_ROUND): New macro.
(_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

23 years ago(AES_FINAL_ROUND): New macro.
Niels Möller [Wed, 15 May 2002 22:11:13 +0000 (00:11 +0200)] 
(AES_FINAL_ROUND): New macro.
(_aes_crypt): Use AES_FINAL_ROUND for the first word if the final
round.

Rev: src/nettle/sparc/aes.asm:1.98

23 years agoCleanup.
Niels Möller [Wed, 15 May 2002 21:58:11 +0000 (23:58 +0200)] 
Cleanup.

Rev: src/nettle/sparc/aes.asm:1.97

23 years ago* sparc/aes.asm (AES_ROUND): New macro.
Niels Möller [Wed, 15 May 2002 21:42:31 +0000 (23:42 +0200)] 
* sparc/aes.asm (AES_ROUND): New macro.
(_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

23 years ago* sparc/aes.asm (AES_ROUND): New macro.
Niels Möller [Wed, 15 May 2002 21:39:05 +0000 (23:39 +0200)] 
* sparc/aes.asm (AES_ROUND): New macro.
* (_aes_crypt): Use AES_ROUND for first word of the
round function.

Rev: src/nettle/sparc/aes.asm:1.95

23 years ago* sparc/aes.asm (_aes_crypt): Deleted a bunch of additions of two,
Niels Möller [Wed, 15 May 2002 21:20:51 +0000 (23:20 +0200)] 
* sparc/aes.asm (_aes_crypt): Deleted a bunch of additions of two,
after accessing IDX1.

Rev: src/nettle/sparc/aes.asm:1.94

23 years ago* aes-internal.h (struct aes_table): sparc_idx[0] should now
Niels Möller [Wed, 15 May 2002 21:19:49 +0000 (23:19 +0200)] 
* aes-internal.h (struct aes_table): sparc_idx[0] should now
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

23 years ago(_aes_crypt): Access IDX1 and IDX3 through the T pointer, saving
Niels Möller [Wed, 15 May 2002 21:04:21 +0000 (23:04 +0200)] 
(_aes_crypt): Access IDX1 and IDX3 through the T pointer, saving
two registers.

Rev: src/nettle/sparc/aes.asm:1.93

23 years agoCleanup.
Niels Möller [Wed, 15 May 2002 20:43:23 +0000 (22:43 +0200)] 
Cleanup.

Rev: src/nettle/sparc/aes.asm:1.92

23 years ago(_aes_crypt): Eliminated updates of i from the loop.
Niels Möller [Wed, 15 May 2002 20:41:45 +0000 (22:41 +0200)] 
(_aes_crypt): Eliminated updates of i from the loop.

Rev: src/nettle/sparc/aes.asm:1.91

23 years ago* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
Niels Möller [Wed, 15 May 2002 20:39:08 +0000 (22:39 +0200)] 
* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
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

23 years ago* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
Niels Möller [Wed, 15 May 2002 20:37:35 +0000 (22:37 +0200)] 
* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
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

23 years ago* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
Niels Möller [Wed, 15 May 2002 20:35:19 +0000 (22:35 +0200)] 
* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
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

23 years ago* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
Niels Möller [Wed, 15 May 2002 20:32:26 +0000 (22:32 +0200)] 
* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
optimizations.
(_aes_crypt): Eliminated i from forst copy of the loop. Some
cleanup.

Rev: src/nettle/sparc/aes.asm:1.87

23 years ago* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
Niels Möller [Wed, 15 May 2002 20:27:13 +0000 (22:27 +0200)] 
* sparc/aes.asm (_aes_crypt): Unrolled final loop, preparing for
optimizations.

Rev: src/nettle/sparc/aes.asm:1.86

23 years ago*** empty log message ***
Niels Möller [Wed, 15 May 2002 20:17:46 +0000 (22:17 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.99

23 years ago* aes-internal.h (struct aes_table): Renamed the shift_idx field
Niels Möller [Wed, 15 May 2002 20:17:35 +0000 (22:17 +0200)] 
* 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

23 years ago(_aes_crypt): Deleted moves of constants into t2.
Niels Möller [Wed, 15 May 2002 19:59:15 +0000 (21:59 +0200)] 
(_aes_crypt): Deleted moves of constants into t2.

Rev: src/nettle/sparc/aes.asm:1.85

23 years agoSome cleanup.
Niels Möller [Wed, 15 May 2002 19:53:41 +0000 (21:53 +0200)] 
Some cleanup.

Rev: src/nettle/sparc/aes.asm:1.84

23 years ago(_aes_crypt): Eliminated the loop variable i from the unrolled
Niels Möller [Wed, 15 May 2002 19:51:00 +0000 (21:51 +0200)] 
(_aes_crypt): Eliminated the loop variable i from the unrolled
loop.

Rev: src/nettle/sparc/aes.asm:1.83

23 years ago(_aes_crypt): Eliminated i from the first copy of the inner loop.
Niels Möller [Wed, 15 May 2002 19:47:56 +0000 (21:47 +0200)] 
(_aes_crypt): Eliminated i from the first copy of the inner loop.
(_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

23 years ago(_aes_crypt): Eliminated i from the first copy of the inner loop.
Niels Möller [Wed, 15 May 2002 19:45:52 +0000 (21:45 +0200)] 
(_aes_crypt): Eliminated i from the first copy of the inner loop.
(_aes_crypt): And from the second copy.
(_aes_crypt): And from the third copy.

Rev: src/nettle/sparc/aes.asm:1.81

23 years ago(_aes_crypt): Eliminated i from the first copy of the inner loop.
Niels Möller [Wed, 15 May 2002 19:43:39 +0000 (21:43 +0200)] 
(_aes_crypt): Eliminated i from the first copy of the inner loop.
(_aes_crypt): And from the second copy.

Rev: src/nettle/sparc/aes.asm:1.80

23 years ago(_aes_crypt): Eliminated i from the first copy of the inner loop.
Niels Möller [Wed, 15 May 2002 19:41:23 +0000 (21:41 +0200)] 
(_aes_crypt): Eliminated i from the first copy of the inner loop.

Rev: src/nettle/sparc/aes.asm:1.79

23 years ago(_aes_crypt): Unrolled the inner loop, preparing
Niels Möller [Wed, 15 May 2002 19:30:41 +0000 (21:30 +0200)] 
(_aes_crypt): Unrolled the inner loop, preparing
for optimizations suggested by Marcus Comstedt.

Rev: src/nettle/sparc/aes.asm:1.78

23 years ago*** empty log message ***
Niels Möller [Wed, 15 May 2002 15:03:29 +0000 (17:03 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.98
Rev: src/nettle/aes-decrypt.c:1.4

23 years agoComment fix.
Niels Möller [Wed, 15 May 2002 15:03:15 +0000 (17:03 +0200)] 
Comment fix.

Rev: src/nettle/x86/aes-decrypt.asm:1.16

23 years ago(aes_decrypt): Got rid if the xchgl instruction after the final
Niels Möller [Wed, 15 May 2002 14:18:41 +0000 (16:18 +0200)] 
(aes_decrypt): Got rid if the xchgl instruction after the final
round, folding it into the final round.

Rev: src/nettle/x86/aes-decrypt.asm:1.15

23 years ago(aes_decrypt): Deleted first xchgl instruction into, permuting the
Niels Möller [Wed, 15 May 2002 14:15:14 +0000 (16:15 +0200)] 
(aes_decrypt): Deleted first xchgl instruction into, permuting the
AES_ROUND calls instead.
(aes_decrypt): Likewise for the final round.

Rev: src/nettle/x86/aes-decrypt.asm:1.14

23 years ago(aes_decrypt): Deleted first xchgl instruction into, permuting the
Niels Möller [Wed, 15 May 2002 14:12:29 +0000 (16:12 +0200)] 
(aes_decrypt): Deleted first xchgl instruction into, permuting the
AES_ROUND calls instead.

Rev: src/nettle/x86/aes-decrypt.asm:1.13

23 years agoMinor cleanups to make the encrypt and decrypt code more similar.
Niels Möller [Wed, 15 May 2002 14:03:52 +0000 (16:03 +0200)] 
Minor cleanups to make the encrypt and decrypt code more similar.

Rev: src/nettle/x86/aes-decrypt.asm:1.12
Rev: src/nettle/x86/aes-encrypt.asm:1.17

23 years ago(aes_decrypt): Use AES_STORE.
Niels Möller [Wed, 15 May 2002 10:57:48 +0000 (12:57 +0200)] 
(aes_decrypt): Use AES_STORE.

Rev: src/nettle/x86/aes-decrypt.asm:1.11

23 years ago*** empty log message ***
Niels Möller [Wed, 15 May 2002 09:43:08 +0000 (11:43 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.97

23 years ago* x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE.
Niels Möller [Wed, 15 May 2002 09:43:03 +0000 (11:43 +0200)] 
* x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE.
* x86/aes-decrypt.asm (aes_decrypt): Likewise.

Rev: src/nettle/x86/aes-decrypt.asm:1.10

23 years ago(aes_encrypt): Use AES_SUBST_BYTE.
Niels Möller [Wed, 15 May 2002 09:42:05 +0000 (11:42 +0200)] 
(aes_encrypt): Use AES_SUBST_BYTE.

Rev: src/nettle/x86/aes-encrypt.asm:1.16

23 years ago*** empty log message ***
Niels Möller [Wed, 15 May 2002 09:38:53 +0000 (11:38 +0200)] 
*** empty log message ***

Rev: src/nettle/ChangeLog:1.96

23 years ago* x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND.
Niels Möller [Wed, 15 May 2002 09:38:37 +0000 (11:38 +0200)] 
* x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND.
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

23 years ago(aes_decrypt): Use AES_LAST_ROUND.
Niels Möller [Wed, 15 May 2002 09:36:50 +0000 (11:36 +0200)] 
(aes_decrypt): Use AES_LAST_ROUND.

Rev: src/nettle/x86/aes-decrypt.asm:1.8

23 years ago(aes_decrypt): Start using AES_ROUND. Fourth word.
Niels Möller [Wed, 15 May 2002 09:27:34 +0000 (11:27 +0200)] 
(aes_decrypt): Start using AES_ROUND. Fourth word.

Rev: src/nettle/x86/aes-decrypt.asm:1.7

23 years ago(aes_decrypt): Start using AES_ROUND. Third word.
Niels Möller [Wed, 15 May 2002 09:25:51 +0000 (11:25 +0200)] 
(aes_decrypt): Start using AES_ROUND. Third word.

Rev: src/nettle/x86/aes-decrypt.asm:1.6

23 years ago(aes_decrypt): Start using AES_ROUND. Second word.
Niels Möller [Wed, 15 May 2002 09:24:29 +0000 (11:24 +0200)] 
(aes_decrypt): Start using AES_ROUND. Second word.

Rev: src/nettle/x86/aes-decrypt.asm:1.5

23 years ago* x86/aes-decrypt.asm (aes_decrypt): Use the AES_LOAD macro.
Niels Möller [Wed, 15 May 2002 09:21:49 +0000 (11:21 +0200)] 
* x86/aes-decrypt.asm (aes_decrypt): Use the AES_LOAD macro.
(aes_decrypt): Start using AES_ROUND.

Rev: src/nettle/x86/aes-decrypt.asm:1.4

23 years ago(aes_decrypt): Use the AES_LOAD macro.
Niels Möller [Wed, 15 May 2002 09:16:45 +0000 (11:16 +0200)] 
(aes_decrypt): Use the AES_LOAD macro.

Rev: src/nettle/x86/aes-decrypt.asm:1.3

23 years ago* x86/aes-decrypt.asm (aes_decrypt): Moved function to a separate
Niels Möller [Wed, 15 May 2002 09:12:22 +0000 (11:12 +0200)] 
* x86/aes-decrypt.asm (aes_decrypt): Moved function to a separate
file...
* x86/aes.asm: ... from here.

Rev: src/nettle/x86/aes-decrypt.asm:1.2
Rev: src/nettle/x86/aes-encrypt.asm:1.14
Rev: src/nettle/x86/aes.asm:1.12

23 years ago(aes_decrypt): Use _aes_decrypt_table instead of
Niels Möller [Wed, 15 May 2002 09:09:31 +0000 (11:09 +0200)] 
(aes_decrypt): Use _aes_decrypt_table instead of
itbl1-4. Commented out the inclusion of aes_tables.asm.

Rev: src/nettle/x86/aes.asm:1.11

23 years ago(aes_decrypt): Use _aes_decrypt_table instead of isbox.
Niels Möller [Wed, 15 May 2002 09:04:42 +0000 (11:04 +0200)] 
(aes_decrypt): Use _aes_decrypt_table instead of isbox.

Rev: src/nettle/x86/aes.asm:1.10

23 years ago(aes_decrypt): Use _aes_decrypt_table instead of
Niels Möller [Wed, 15 May 2002 09:02:38 +0000 (11:02 +0200)] 
(aes_decrypt): Use _aes_decrypt_table instead of
itbl1-4.

Rev: src/nettle/x86/aes.asm:1.9

23 years agoNew file, empty at the start.
Niels Möller [Wed, 15 May 2002 08:53:12 +0000 (10:53 +0200)] 
New file, empty at the start.

Rev: src/nettle/x86/aes-decrypt.asm:1.1

23 years ago(libnettle_a_SOURCES): Added aes-decrypt-table.c.
Niels Möller [Wed, 15 May 2002 08:52:44 +0000 (10:52 +0200)] 
(libnettle_a_SOURCES): Added aes-decrypt-table.c.

Rev: src/nettle/Makefile.am:1.36

23 years ago* aes-decrypt.c (_aes_decrypt_table): Moved from this file...
Niels Möller [Wed, 15 May 2002 08:52:21 +0000 (10:52 +0200)] 
* aes-decrypt.c (_aes_decrypt_table): Moved from this file...
* aes-decrypt-table.c (_aes_decrypt_table): ... to a new file.

Rev: src/nettle/aes-decrypt-table.c:1.1
Rev: src/nettle/aes-decrypt.c:1.3