From: Kim Phillips Date: Fri, 15 Jul 2011 03:21:40 +0000 (+0800) Subject: crypto: talitos - don't bad_key in ablkcipher setkey X-Git-Tag: v3.1-rc1~266^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2b4abb19285368808f303ad61e17b172f1a108;p=pandora-kernel.git crypto: talitos - don't bad_key in ablkcipher setkey crypto/ablkcipher.c's setkey() has already checked against the min, max key sizes before it calls here, and all max_keysize assignments in the algorithm template array do not exceed TALITOS_MAX_KEY_SIZE. Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed