crypto: tcrypt - remove AES-XTS-192 speed tests
authorHoria Geantă <horia.geanta@nxp.com>
Wed, 19 Jul 2017 16:40:32 +0000 (19:40 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 3 Aug 2017 05:47:20 +0000 (13:47 +0800)
commitb66ad0b7aa92e62dc65b56f28cfeb93dbeb82f43
tree1544b645b6d5ac6ada0c6ed723f9fb1acbe291cb
parent0138d32fed6b30ba1f67be43c87b14b7f2acc1c2
crypto: tcrypt - remove AES-XTS-192 speed tests

Remove xts(aes) speed tests with 2 x 192-bit keys, since implementations
adhering strictly to IEEE 1619-2007 standard cannot cope with key sizes
other than 2 x 128, 2 x 256 bits - i.e. AES-XTS-{128,256}:
[...]
tcrypt: test 5 (384 bit key, 16 byte blocks):
caam_jr 8020000.jr: key size mismatch
tcrypt: setkey() failed flags=200000
[...]

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c