Skip to content

Commit 719316a

Browse files
author
Eric Biggers
committed
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>
1 parent f676740 commit 719316a

2 files changed

Lines changed: 0 additions & 1378 deletions

File tree

crypto/testmgr.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5172,12 +5172,6 @@ static const struct alg_test_desc alg_test_descs[] = {
51725172
.suite = {
51735173
.hash = __VECS(michael_mic_tv_template)
51745174
}
5175-
}, {
5176-
.alg = "nhpoly1305",
5177-
.test = alg_test_hash,
5178-
.suite = {
5179-
.hash = __VECS(nhpoly1305_tv_template)
5180-
}
51815175
}, {
51825176
.alg = "p1363(ecdsa-nist-p192)",
51835177
.test = alg_test_null,

0 commit comments

Comments
 (0)