mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
crypto: testmgr - Remove nhpoly1305 tests
These are no longer used, since nhpoly1305 support has been removed from the crypto_shash API. Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Link: https://lore.kernel.org/r/20251211011846.8179-12-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
This commit is contained in:
parent
f676740c42
commit
719316ad8e
2 changed files with 0 additions and 1378 deletions
|
|
@ -5172,12 +5172,6 @@ static const struct alg_test_desc alg_test_descs[] = {
|
|||
.suite = {
|
||||
.hash = __VECS(michael_mic_tv_template)
|
||||
}
|
||||
}, {
|
||||
.alg = "nhpoly1305",
|
||||
.test = alg_test_hash,
|
||||
.suite = {
|
||||
.hash = __VECS(nhpoly1305_tv_template)
|
||||
}
|
||||
}, {
|
||||
.alg = "p1363(ecdsa-nist-p192)",
|
||||
.test = alg_test_null,
|
||||
|
|
|
|||
1372
crypto/testmgr.h
1372
crypto/testmgr.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue