Commit 77611cd2 authored by Eric Biggers's avatar Eric Biggers
Browse files

crypto: testmgr - Remove curve25519 kpp tests

Curve25519 is used only via the library API, not the crypto_kpp API.  In
preparation for removing the unused crypto_kpp API for Curve25519,
remove the tests for the "curve25519" kpp from crypto/testmgr.c.

Note that these tests just duplicated lib/crypto/curve25519-selftest.c,
which uses the same list of test vectors.  So they didn't really provide
any additional value.

Link: https://lore.kernel.org/r/20250906213523.84915-6-ebiggers@kernel.org


Signed-off-by: default avatarEric Biggers <ebiggers@kernel.org>
parent de3ea8e1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4641,12 +4641,6 @@ static const struct alg_test_desc alg_test_descs[] = {
		.suite = {
			.cipher = __VECS(sm4_cts_tv_template)
		}
	}, {
		.alg = "curve25519",
		.test = alg_test_kpp,
		.suite = {
			.kpp = __VECS(curve25519_tv_template)
		}
	}, {
		.alg = "deflate",
		.test = alg_test_comp,
+0 −1225

File changed.

Preview size limit exceeded, changes collapsed.