From: Nikos Mavrogiannopoulos Date: Tue, 1 Nov 2011 12:39:56 +0000 (+0100) Subject: crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag X-Git-Tag: v3.4-rc1~166^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d912bb7677f46d78a3cde8a4afd45a3fca4b34e9;p=pandora-kernel.git crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag The added CRYPTO_ALG_KERN_DRIVER_ONLY indicates whether a cipher is only available via a kernel driver. If the cipher implementation might be available by using an instruction set or by porting the kernel code, then it must not be set. Signed-off-by: Nikos Mavrogiannopoulos Signed-off-by: Herbert Xu --- Reading git-diff-tree failed