Re: [PATCH] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des))

From: Eric Biggers

Date: Mon Mar 02 2026 - 18:53:32 EST


On Sat, Feb 07, 2026 at 03:51:03PM +0100, Aleksander Jan Bajkowski wrote:
> Test vector was generated using a software implementation and then double
> checked on Mediatek MT7981 (safexcel) and NXP P2020 (talitos). Both
> platforms pass self-tests.

It would be better to just remove the support for these obsolete
algorithms from the drivers that support them.

- Eric