From: Sebastian Siewior Date: Thu, 8 Nov 2007 13:20:30 +0000 (+0800) Subject: [CRYPTO] aes-generic: Make key generation exportable X-Git-Tag: v2.6.25-rc1~1242^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e82e4551d38e0863b366a7b61185bc4a9946cc;p=pandora-kernel.git [CRYPTO] aes-generic: Make key generation exportable This patch exports four tables and the set_key() routine. This ressources can be shared by other AES implementations (aes-x86_64 for instance). The decryption key has been turned around (deckey[0] is the first piece of the key instead of deckey[keylen+20]). The encrypt/decrypt functions are looking now identical (except they are using different tables and key). Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed