Re: [PATCHv5 2/7] crypto: sa2ul: Add crypto driver

2020-07-13 Thread Tero Kristo
On 09/07/2020 11:06, Herbert Xu wrote: On Thu, Jul 09, 2020 at 06:03:01PM +1000, Herbert Xu wrote: On Wed, Jul 01, 2020 at 11:05:48AM +0300, Tero Kristo wrote: From: Keerthy Adds a basic crypto driver and currently supports AES/3DES in cbc mode for both encryption and decryption. Signed-off-

Re: [PATCHv5 2/7] crypto: sa2ul: Add crypto driver

2020-07-09 Thread Herbert Xu
On Thu, Jul 09, 2020 at 06:03:01PM +1000, Herbert Xu wrote: > On Wed, Jul 01, 2020 at 11:05:48AM +0300, Tero Kristo wrote: > > From: Keerthy > > > > Adds a basic crypto driver and currently supports AES/3DES > > in cbc mode for both encryption and decryption. > > > > Signed-off-by: Keerthy > >

Re: [PATCHv5 2/7] crypto: sa2ul: Add crypto driver

2020-07-09 Thread Herbert Xu
On Wed, Jul 01, 2020 at 11:05:48AM +0300, Tero Kristo wrote: > From: Keerthy > > Adds a basic crypto driver and currently supports AES/3DES > in cbc mode for both encryption and decryption. > > Signed-off-by: Keerthy > [t-kri...@ti.com: major re-work to fix various bugs in the driver and to >

[PATCHv5 2/7] crypto: sa2ul: Add crypto driver

2020-07-01 Thread Tero Kristo
From: Keerthy Adds a basic crypto driver and currently supports AES/3DES in cbc mode for both encryption and decryption. Signed-off-by: Keerthy [t-kri...@ti.com: major re-work to fix various bugs in the driver and to cleanup the code] Signed-off-by: Tero Kristo --- drivers/crypto/Kconfig |