linux/include/crypto
Herbert Xu ab30046567 crypto: api - Fix aligned ctx helper
The aligned ctx helper was using a bogus alignment value thas was
one off the correct value.  Fortunately the current users do not
require anything beyond the natural alignment of the platform so
this hasn't caused a problem.

This patch fixes that and also removes the unnecessary minimum
check since if the alignment is less than the natural alignment
then the subsequent ALIGN operation should be a noop.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2009-07-24 15:26:15 +08:00
..
internal crypto: ahash - Add unaligned handling and default operations 2009-07-15 12:40:40 +08:00
aead.h
aes.h
algapi.h crypto: api - Fix aligned ctx helper 2009-07-24 15:26:15 +08:00
authenc.h
b128ops.h
compress.h
cryptd.h
crypto_wq.h
ctr.h
des.h
gf128mul.h
hash.h crypto: shash - Fix digest size offset 2009-07-15 21:16:05 +08:00
rng.h
scatterwalk.h
sha.h crypto: sha512_generic - Use 64-bit counters 2009-07-22 14:38:13 +08:00
skcipher.h
twofish.h