]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
authorEric Biggers <ebiggers@google.com>
Sun, 20 May 2018 05:07:40 +0000 (22:07 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 26 May 2018 16:12:10 +0000 (00:12 +0800)
commitb11155ae9f9b746e310779b9aba30f3069405b22
tree8949922d9c918db5ab6b7b0419fcc5f37081eecd
parent77d36427fb28b336e4b7b4784f478d1f79919c79
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors

The Blackfin CRC driver was removed by commit 28ebd996ed70 ("crypto:
bfin_crc - remove blackfin CRC driver"), but it was forgotten to remove
the corresponding "hmac(crc32)" test vectors.  I see no point in keeping
them since nothing else appears to implement or use "hmac(crc32)", which
isn't an algorithm that makes sense anyway because HMAC is meant to be
used with a cryptographically secure hash function, which CRC's are not.

Thus, remove the unneeded test vectors.

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