]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52a8b5e7d5a9bb125232af829b62d5f38c70c00e
tree72ea76dc234c8ba59c630c64d59cea8252327004
parent6d047fbda2b3e8dd8580876dbcc904a8973f7bf5
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