]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: testmgr - Remove curve25519 kpp tests
authorEric Biggers <ebiggers@kernel.org>
Sat, 6 Sep 2025 21:35:16 +0000 (14:35 -0700)
committerEric Biggers <ebiggers@kernel.org>
Sat, 6 Sep 2025 21:45:49 +0000 (14:45 -0700)
commit77611cd221477700cacd7061baad7e84ebeadd06
treef013ede8794ef09cb729fdef056041bcefcd89e1
parentde3ea8e1c55774a2ef116942984815257cbb01a3
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: Eric Biggers <ebiggers@kernel.org>
crypto/testmgr.c
crypto/testmgr.h