]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - crypto/testmgr.h
crypto: testmgr - remove extra bytes from 3DES-CTR IVs
authorEric Biggers <ebiggers@google.com>
Thu, 14 Feb 2019 08:03:50 +0000 (00:03 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Feb 2019 04:47:26 +0000 (12:47 +0800)
commitc9e1d48a1122ef1d0f753cbbe6e9a309214b5430
tree72ea76dc234c8ba59c630c64d59cea8252327004
parentc1c214adcb56d36433480c8fedf772498e7e539c
crypto: testmgr - remove extra bytes from 3DES-CTR IVs

3DES only has an 8-byte block size, but the 3DES-CTR test vectors use
16-byte IVs.  Remove the unused 8 bytes from the ends of the IVs.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.h