[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240205112933.3084766-1-kshitiz.varshney@nxp.com>
Date: Mon, 5 Feb 2024 12:29:33 +0100
From: Kshitiz Varshney <kshitiz.varshney@....com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
dl-linux-imx <linux-imx@....com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Varun Sethi <V.Sethi@....com>,
Gaurav Jain <gaurav.jain@....com>,
Pankaj Gupta <pankaj.gupta@....com>,
Sahil Malhotra <sahil.malhotra@....com>,
Vabhav Sharma <vabhav.sharma@....com>,
Meenakshi Aggarwal <meenakshi.aggarwal@....com>,
Rahul Kumar Yadav <rahulkumar.yadav@....com>,
Nikhil Singla <nikhil.singla@....com>
Cc: linux-crypto@...r.kernel.org,
linux-kernel@...r.kernel.org,
Kshitiz Varshney <kshitiz.varshney@....com>
Subject: [PATCH v2] Enable config for sm3, sm4, polyval, xctr cipher test as built in module.
Issue:-
Multiple crypto tests like sm3, sm4 xctr and polyval failing.
skcipher: failed to allocate transform for xctr(aes): -2
alg: self-tests for xctr(aes) using xctr(aes) failed (rc=-2)
alg: self-tests for sm3 using sm3 failed (rc=-2)
tcrypt: failed to load transform for sm3: -2
alg: hash: failed to allocate transform for polyval: -2
alg: self-tests for polyval using polyval failed (rc=-2)
Resolution:-
Enabling CONFIG_CRYPTO_SM3_GENERIC, CONFIG_CRYPTO_SM4_GENERIC,
CONFIG_CRYPTO_HCTR2, CONFIG_CRYPTO_ARIA as module enables support of
sm3, sm4, aria, polyval & xctr.
Signed-off-by: Kshitiz Varshney <kshitiz.varshney@....com>
---
arch/arm/configs/imx_v6_v7_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 0a90583f9f01..bc2bfc7c61b0 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -466,6 +466,10 @@ CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_UTF8=y
CONFIG_SECURITYFS=y
+CONFIG_CRYPTO_ARIA=m
+CONFIG_CRYPTO_SM4_GENERIC=m
+CONFIG_CRYPTO_HCTR2=m
+CONFIG_CRYPTO_SM3_GENERIC=m
CONFIG_CRYPTO_DEV_FSL_CAAM=y
CONFIG_CRYPTO_DEV_SAHARA=y
CONFIG_CRYPTO_DEV_MXS_DCP=y
--
2.25.1
Powered by blists - more mailing lists