From: Sebastian Siewior Date: Thu, 13 Mar 2008 12:20:28 +0000 (+0800) Subject: [CRYPTO] tcrypt: Change the usage of the test vectors X-Git-Tag: v2.6.26-rc1~1120^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562954d5e01d08154cf15c7e12e6e9ec803f50f7;p=pandora-kernel.git [CRYPTO] tcrypt: Change the usage of the test vectors The test routines (test_{cipher,hash,aead}) are makeing a copy of the test template and are processing the encryption process in place. This patch changes the creation of the copy so it will work even if the source address of the input data isn't an array inside of the template but a pointer. Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- Reading git-diff-tree failed