crypto: testmgr - remove crc32c context format test
authorEric Biggers <ebiggers@kernel.org>
Sat, 31 May 2025 20:59:37 +0000 (13:59 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:31:56 +0000 (09:31 -0700)
commit0e238260d3c392de5259f3d796a09f5e46809090
tree4370f61ae1ebbfd61d10b2efe4255bd04b93a519
parentcece5689e1d76b1e45dd281a4d94ed1bcd78511c
crypto: testmgr - remove crc32c context format test

This is no longer needed now that the code that used to directly access
the descriptor context of "crc32c" (libcrc32c and ext4) now just calls
crc32c().  Keep just the generic hash test.

Link: https://lore.kernel.org/r/20250531205937.63008-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
crypto/testmgr.c