From: Herbert Xu Date: Sun, 2 Dec 2007 07:49:21 +0000 (+1100) Subject: [CRYPTO] aead: Make authsize a run-time parameter X-Git-Tag: v2.6.25-rc1~1242^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba683a6deba70251756aa5a021cdaa5c875a7a2;p=pandora-kernel.git [CRYPTO] aead: Make authsize a run-time parameter As it is authsize is an algorithm paramter which cannot be changed at run-time. This is inconvenient because hardware that implements such algorithms would have to register each authsize that they support separately. Since authsize is a property common to all AEAD algorithms, we can add a function setauthsize that sets it at run-time, just like setkey. This patch does exactly that and also changes authenc so that authsize is no longer a parameter of its template. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed