From 562954d5e01d08154cf15c7e12e6e9ec803f50f7 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Thu, 13 Mar 2008 20:20:28 +0800 Subject: [PATCH] [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-format-patch failed