lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 9 Nov 2020 12:10:19 +0100
From:   Alexandre Torgue <alexandre.torgue@...com>
To:     Lionel Debieve <lionel.debieve@...com>,
        Russell King <linux@...linux.org.uk>
CC:     <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-stm32@...md-mailman.stormreply.com>
Subject: Re: [PATCH 1/1] ARM: multi_v7_defconfig: add STM32 crypto support

Hi Lionel

On 11/5/20 10:47 AM, Lionel Debieve wrote:
> Enable crypto controllers enabling following flags as module:
> CONFIG_CRYPTO_DEV_STM32_CRC
> CONFIG_CRYPTO_DEV_STM32_HASH
> CONFIG_CRYPTO_DEV_STM32_CRYP
> 
> Signed-off-by: Lionel Debieve <lionel.debieve@...com>
> ---
>   arch/arm/configs/multi_v7_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index a611b0c1e540..57eafa2d7775 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -1133,6 +1133,9 @@ CONFIG_CRYPTO_DEV_ATMEL_AES=m
>   CONFIG_CRYPTO_DEV_ATMEL_TDES=m
>   CONFIG_CRYPTO_DEV_ATMEL_SHA=m
>   CONFIG_CRYPTO_DEV_ROCKCHIP=m
> +CONFIG_CRYPTO_DEV_STM32_CRC=m
> +CONFIG_CRYPTO_DEV_STM32_HASH=m
> +CONFIG_CRYPTO_DEV_STM32_CRYP=m
>   CONFIG_CMA_SIZE_MBYTES=64
>   CONFIG_PRINTK_TIME=y
>   CONFIG_MAGIC_SYSRQ=y
> 

Applied on stm32-next.

Thanks.
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ