commit | a429d2609c153882c421b067ad5ae5a38851459e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jan 07 16:38:15 2006 +1100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jan 09 14:16:00 2006 -0800 |
tree | 896934bd313ef565011f09b13d0dc0ae3b043641 | |
parent | 7302533aac2df321b76e8a113e5cfa529c825b09 [diff] |
[CRYPTO] cipher: Set alignmask for multi-byte loads Many cipher implementations use 4-byte/8-byte loads/stores which require alignment on some architectures. This patch explicitly sets the alignment requirements for them. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>