Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181032
b: refs/heads/master
c: 8d0c123
h: refs/heads/master
v: v3
  • Loading branch information
Richard Hartmann authored and Herbert Xu committed Feb 16, 2010
1 parent a807968 commit 1320f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0047e81dc366a0690b4765250c3a1d8caf3797c4
refs/heads/master: 8d0c123f8b710561cfd34f6e1a5bebc27988edbe
4 changes: 2 additions & 2 deletions trunk/crypto/aes_generic.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Cryptographic API.
*
* AES Cipher Algorithm.
Expand Down Expand Up @@ -1127,7 +1127,7 @@ EXPORT_SYMBOL_GPL(crypto_il_tab);

#define star_x(x) (((x) & 0x7f7f7f7f) << 1) ^ ((((x) & 0x80808080) >> 7) * 0x1b)

#define imix_col(y,x) do { \
#define imix_col(y, x) do { \
u = star_x(x); \
v = star_x(u); \
w = star_x(v); \
Expand Down

0 comments on commit 1320f32

Please sign in to comment.