From: Herbert Xu Date: Wed, 29 Aug 2007 11:27:26 +0000 (+0800) Subject: [CRYPTO] api: Add support for multiple template parameters X-Git-Tag: v2.6.24-rc1~1454^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e1ee011f42dbbcb0210c73ea728ae54cf63b06;p=pandora-kernel.git [CRYPTO] api: Add support for multiple template parameters This patch adds support for having multiple parameters to a template, separated by a comma. It also adds support for integer parameters in addition to the current algorithm parameter type. This will be used by the authenc template which will have four parameters: the authentication algorithm, the encryption algorithm, the authentication size and the encryption key length. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed