diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-28 12:56:23 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-05 13:33:00 +0800 |
| commit | 34c418b742a64f4add67ad7975b3fa0e20d6cd92 (patch) | |
| tree | 0a43f38630a60330874cc24c13a2af188e050265 /crypto/testmgr.c | |
| parent | a298765e28adaea199f722142c10dae7e24dedf8 (diff) | |
crypto: testmgr - Remove poly1305
As poly1305 no longer has any in-kernel users, remove its tests.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
| -rw-r--r-- | crypto/testmgr.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 82977ea25db3..f100be516f52 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -5407,12 +5407,6 @@ static const struct alg_test_desc alg_test_descs[] = { .test = alg_test_null, .fips_allowed = 1, }, { - .alg = "poly1305", - .test = alg_test_hash, - .suite = { - .hash = __VECS(poly1305_tv_template) - } - }, { .alg = "polyval", .test = alg_test_hash, .suite = { |
