From: Aleksander Jan Bajkowski Date: Fri, 15 May 2026 20:02:36 +0000 (+0200) Subject: kernel: replace testmgr patch with upstream version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20f4637edd5b70e3140d56f8a9d534ecfe6aaad;p=thirdparty%2Fopenwrt.git kernel: replace testmgr patch with upstream version Replace patch with upstream version. Signed-off-by: Aleksander Jan Bajkowski Link: https://github.com/openwrt/openwrt/pull/23392 Signed-off-by: Robert Marko --- diff --git a/target/linux/generic/backport-6.18/923-v7.1-crypto-testmgr-Add-test-vectors-for-authenc-hmac-md5.patch b/target/linux/generic/backport-6.18/923-v7.1-crypto-testmgr-Add-test-vectors-for-authenc-hmac-md5.patch index ac27fb31739..a206e5c745a 100644 --- a/target/linux/generic/backport-6.18/923-v7.1-crypto-testmgr-Add-test-vectors-for-authenc-hmac-md5.patch +++ b/target/linux/generic/backport-6.18/923-v7.1-crypto-testmgr-Add-test-vectors-for-authenc-hmac-md5.patch @@ -1,6 +1,6 @@ -From dd227f442774a570ffccdfbc9536fec3b4666305 Mon Sep 17 00:00:00 2001 +From c8aadd63ab58ee75713ab487730563e7a160cc35 Mon Sep 17 00:00:00 2001 From: Aleksander Jan Bajkowski -Date: Sat, 31 Jan 2026 12:35:30 +0100 +Date: Tue, 3 Mar 2026 19:48:44 +0100 Subject: [PATCH] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes)) @@ -10,6 +10,7 @@ script. Then, the results were double-checked on Mediatek MT7981 (safexcel) and NXP P2020 (talitos). Both platforms pass self-tests. Signed-off-by: Aleksander Jan Bajkowski +Signed-off-by: Herbert Xu --- crypto/testmgr.c | 7 ++ crypto/testmgr.h | 255 +++++++++++++++++++++++++++++++++++++++++++++++