Skip to content
Snippets Groups Projects
Commit 19ecd6d2 authored by Niels Möller's avatar Niels Möller
Browse files

*** empty log message ***

Rev: src/nettle/ChangeLog:1.98
Rev: src/nettle/aes-decrypt.c:1.4
parent 3795a9be
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
* x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE. * x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE.
* x86/aes-decrypt.asm (aes_decrypt): Likewise. * x86/aes-decrypt.asm (aes_decrypt): Likewise.
(aes_decrypt): Use AES_STORE.
(aes_decrypt): Deleted first xchgl instruction into, permuting the
AES_ROUND calls instead.
(aes_decrypt): Likewise for the final round.
(aes_decrypt): Got rid if the xchgl instruction after the final
round, folding it into the final round.
* x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND. * x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND.
Updated users. Updated users.
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <assert.h> #include <assert.h>
void void
aes_decrypt(struct aes_ctx *ctx, aes_decrypt(struct aes_ctx *ctx,
unsigned length, uint8_t *dst, unsigned length, uint8_t *dst,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment