Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17430
b: refs/heads/master
c: afad260
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Marjam�ki authored and David S. Miller committed Jan 9, 2006
1 parent 3a9fa70 commit 2118b09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6a3a925a25ddd2ebd66dbc8d14ebdd3d57ca0c3
refs/heads/master: afad2608c766f53c79ec4ffccdb4bef660b90a89
10 changes: 0 additions & 10 deletions trunk/arch/i386/crypto/aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ static u32 rcon_tab[RC_LENGTH];

u32 ft_tab[4][256];
u32 fl_tab[4][256];
static u32 ls_tab[4][256];
static u32 im_tab[4][256];
u32 il_tab[4][256];
u32 it_tab[4][256];
Expand Down Expand Up @@ -145,15 +144,6 @@ static void gen_tabs(void)
fl_tab[2][i] = upr(w, 2);
fl_tab[3][i] = upr(w, 3);

/*
* table for key schedule if fl_tab above is
* not of the required form
*/
ls_tab[0][i] = w;
ls_tab[1][i] = upr(w, 1);
ls_tab[2][i] = upr(w, 2);
ls_tab[3][i] = upr(w, 3);

b = fi(inv_affine((u8)i));
w = bytes2word(fe(b), f9(b), fd(b), fb(b));

Expand Down

0 comments on commit 2118b09

Please sign in to comment.