[CRYPTO]: Use template keys for speed tests if possible
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jun 2005 20:27:51 +0000 (13:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jun 2005 20:27:51 +0000 (13:27 -0700)
The existing keys used in the speed tests do not pass the 3DES quality check.
This patch makes it use the template keys instead.

Other algorithms can supply template keys through the same interface if needed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/tcrypt.c

diff --cc crypto/tcrypt.c
Simple merge