From: Herbert Xu Date: Wed, 12 Dec 2007 11:24:27 +0000 (+0800) Subject: [CRYPTO] aead: Create default givcipher instances X-Git-Tag: v2.6.25-rc1~1242^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29ce988aeb459203c74f14747f4f77e1829ef78;p=pandora-kernel.git [CRYPTO] aead: Create default givcipher instances This patch makes crypto_alloc_aead always return algorithms that is capable of generating their own IVs through givencrypt and givdecrypt. All existing AEAD algorithms already do. New ones must either supply their own or specify a generic IV generator with the geniv field. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed