From: Patrick McHardy Date: Wed, 7 May 2008 14:35:07 +0000 (+0800) Subject: [HIFN]: Use unique driver names for different algos X-Git-Tag: v2.6.27-rc1~1107^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281d6bd45385c689e7c03c9ff2434c143971682d;p=pandora-kernel.git [HIFN]: Use unique driver names for different algos When the CryptoAPI instantiates a new algorithm, it performs a lookup by driver name. Since hifn uses the same name for all modes of one algorithm, the lookup may return an incorrect algorithm. Change the name to use -- to provide unique names for the different combinations and devices. Signed-off-by: Patrick McHardy Acked-by: Evgeniy Polyakov Signed-off-by: Herbert Xu --- Reading git-diff-tree failed