From 10a47ac88d7ffde18bf90a63fbb2f6672ed1bc3c Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 25 May 2018 13:50:50 +0800 Subject: [PATCH] crypto: enable sha512 algorithm PD#167119: crypto: enable sha512 algorithm this is need by VtsKernelNetTests, the xfrm test case will require this option to work, otherwise will fail errors info: testSocketPolicySimple_cbc-aes_192_hmac-sha512_512_256_IPv4_TCP (xfrm_algorithm_test.XfrmAlgorithmTest) ... ERROR testSocketPolicySimple_cbc-aes_192_hmac-sha512_512_256_IPv4_UDP (xfrm_algorithm_test.XfrmAlgorithmTest) ... ERROR testSocketPolicySimple_cbc-aes_192_hmac-sha512_512_256_IPv6_TCP (xfrm_algorithm_test.XfrmAlgorithmTest) ... ERROR testSocketPolicySimple_cbc-aes_192_hmac-sha512_512_256_IPv6_UDP (xfrm_algorithm_test.XfrmAlgorithmTest) ... ERROR testSocketPolicySimple_cbc-aes_192_hmac-sha512_512_512_IPv4_TCP (xfrm_algorithm_test.XfrmAlgorithmTest) ... ERROR Change-Id: I7f2502c4c76c09f00fe2719aac3f26b9b0d7f772 Signed-off-by: Yixun Lan --- arch/arm64/configs/meson64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/meson64_defconfig b/arch/arm64/configs/meson64_defconfig index 62ad862..a42e183 100644 --- a/arch/arm64/configs/meson64_defconfig +++ b/arch/arm64/configs/meson64_defconfig @@ -587,6 +587,7 @@ CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SMACK=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_MICHAEL_MIC=y +CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_USER_API_HASH=y -- 2.7.4