linux/drivers/crypto
Herbert Xu fbdae9f3e7 [CRYPTO] Ensure cit_iv is aligned correctly
This patch ensures that cit_iv is aligned according to cra_alignmask
by allocating it as part of the tfm structure.  As a side effect the
crypto layer will also guarantee that the tfm ctx area has enough space
to be aligned by cra_alignmask.  This allows us to remove the extra
space reservation from the Padlock driver.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-07-06 13:53:29 -07:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
padlock-aes.c [CRYPTO] Ensure cit_iv is aligned correctly 2005-07-06 13:53:29 -07:00
padlock-generic.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
padlock.h [PADLOCK] Move fast path work into aes_set_key and upper layer 2005-07-06 13:52:27 -07:00