[CRYPTO] api: Add crypto_ablkcipher_ctx_aligned
authorSebastian Siewior <sebastian@breakpoint.cc>
Thu, 2 Aug 2007 12:41:53 +0000 (20:41 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:37 +0000 (16:55 -0700)
This is function does the same thing for ablkcipher that is done for
blkcipher by crypto_blkcipher_ctx_aligned(): it returns an aligned
address of the private ctx.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found