From 58942c56db77261b3ccb87f25ef34e8391c50910 Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Mon, 21 Dec 2020 18:56:22 -0800 Subject: [PATCH] ANDROID: GKI: Enable CRYPTO_MD5 CRYPTO_MD5 is needed to guarantee legacy compatibility with 3gpp infrastructure. This compat is guaranteed by the vts net tests which are currently failing due to this missing config. Bug: 171462501 Signed-off-by: Ram Muthiah Change-Id: Ibb5bff947595058a0970ae8bbd64c5f5eab8ba7d --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 3c74c436f8bb..7fff9507dd86 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -574,6 +574,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y CONFIG_CRYPTO_CHACHA20POLY1305=y CONFIG_CRYPTO_ADIANTUM=y CONFIG_CRYPTO_XCBC=y +CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_LZ4=y CONFIG_CRYPTO_ZSTD=y CONFIG_CRYPTO_ANSI_CPRNG=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 986862d075d2..3e3e5b982761 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -513,6 +513,7 @@ CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y CONFIG_CRYPTO_CHACHA20POLY1305=y CONFIG_CRYPTO_ADIANTUM=y CONFIG_CRYPTO_XCBC=y +CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA256_SSSE3=y CONFIG_CRYPTO_AES_NI_INTEL=y CONFIG_CRYPTO_LZ4=y