From: Yixun Lan Date: Fri, 25 May 2018 05:50:50 +0000 (+0800) Subject: crypto: enable sha512 algorithm X-Git-Tag: khadas-vims-v0.9.6-release~1901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10a47ac88d7ffde18bf90a63fbb2f6672ed1bc3c;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- 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