[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)
commitdce907c00ff246a1fbb2b619964753ebc046591d
treeb7cc3b9f5d8ee3ec52abf6b8960755569b4a4b07
parentebfd9bcf16e4aaddcfe2d1b76b50e3dd6d3242e2
[CRYPTO]: Use template keys for speed tests if possible

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