commit | aa379a6ab17ff5b06552c52360ce6d9f8c7c209a | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <sebastian@breakpoint.cc> | Thu Aug 02 20:41:53 2007 +0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:37 2007 -0700 |
tree | d82d4dc09f362d7f23c277ac5b1ee15ce8fcd6f0 | |
parent | 44db25ca127281036817f861593389d7cfe950f5 [diff] |
[CRYPTO] api: Add crypto_ablkcipher_ctx_aligned 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>