summaryrefslogtreecommitdiff
path: root/crypto/deflate.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2006-08-13 14:16:39 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2006-09-21 11:41:02 +1000
commitbb21071e97b5cda4d8c7ba3a58a6faaf9e663ea6 (patch)
tree2cfce9a3908c0bb9a14ae09ca7eedf21d60ede2f /crypto/deflate.c
parent6ac10371c629dcdfc8a112ff8bd42179b65a5e4d (diff)
downloadlinux-crypto-bb21071e97b5cda4d8c7ba3a58a6faaf9e663ea6.tar.gz
linux-crypto-bb21071e97b5cda4d8c7ba3a58a6faaf9e663ea6.zip
[CRYPTO] api: Get rid of flags argument to setkey
Now that the tfm is passed directly to setkey instead of the ctx, we no longer need to pass the &tfm->crt_flags pointer. This patch also gets rid of a few unnecessary checks on the key length for ciphers as the cipher layer guarantees that the key length is within the bounds specified by the algorithm. Rather than testing dia_setkey every time, this patch does it only once during crypto_alloc_tfm. The redundant check from crypto_digest_setkey is also removed. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/deflate.c')
0 files changed, 0 insertions, 0 deletions