From d5dc392742a9818e2766a63f3533980543e18060 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Tue, 11 Mar 2008 21:27:11 +0800 Subject: [PATCH] [CRYPTO] tcrypt: Shrink speed templates The speed templates as it look always the same. The key size is repeated for each block size and we test always the same block size. The addition of one inner loop makes it possible to get rid of the struct and it is possible to use a tiny u8 array :) Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- Reading git-format-patch failed