Re: [PATCH v5 0/2] STM32 CRYP crypto driver

2017-11-28 Thread Herbert Xu
On Thu, Oct 19, 2017 at 05:10:28PM +0200, Fabien Dessenne wrote: > This set of patches adds a new crypto driver for STMicroelectronics stm32 HW. > This drivers uses the crypto API and provides with HW-enabled block cipher > algorithms. > > This driver was successfully tested with tcrypt / testmgr.

[PATCH v5 0/2] STM32 CRYP crypto driver

2017-10-19 Thread Fabien Dessenne
This set of patches adds a new crypto driver for STMicroelectronics stm32 HW. This drivers uses the crypto API and provides with HW-enabled block cipher algorithms. This driver was successfully tested with tcrypt / testmgr. Changes since v5: -add timeout in wait_busy function -clear key after use