summaryrefslogtreecommitdiffstats
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorHerbert Xu2006-08-13 06:16:39 +0200
committerHerbert Xu2006-09-21 03:41:02 +0200
commit560c06ae1ab7c677002ea3b6ac83521bf12ee07d (patch)
tree374ed69a7e23ba9d07458d20672aac6ae552ae51 /crypto/internal.h
parent[CRYPTO] crc32c: Fix unconventional setkey usage (diff)
downloadkernel-qcow2-linux-560c06ae1ab7c677002ea3b6ac83521bf12ee07d.tar.gz
kernel-qcow2-linux-560c06ae1ab7c677002ea3b6ac83521bf12ee07d.tar.xz
kernel-qcow2-linux-560c06ae1ab7c677002ea3b6ac83521bf12ee07d.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/internal.h')
0 files changed, 0 insertions, 0 deletions