Re: [U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver

2015-01-28 Thread Simon Glass
On 26 January 2015 at 06:41, Simon Glass wrote: > Hi Ruchika, > > On 26 January 2015 at 06:39, Simon Glass wrote: >> Hi Ruchika, >> >> On 23 January 2015 at 03:31, Ruchika Gupta >> wrote: >>> Add a new rsa uclass for performing modular exponentiation and implement >>> the software driver basing

Re: [U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver

2015-01-26 Thread Simon Glass
Hi Ruchika, On 26 January 2015 at 06:39, Simon Glass wrote: > Hi Ruchika, > > On 23 January 2015 at 03:31, Ruchika Gupta > wrote: >> Add a new rsa uclass for performing modular exponentiation and implement >> the software driver basing on this uclass. >> >> Signed-off-by: Ruchika Gupta >> CC:

Re: [U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver

2015-01-26 Thread Simon Glass
Hi Ruchika, On 23 January 2015 at 03:31, Ruchika Gupta wrote: > Add a new rsa uclass for performing modular exponentiation and implement > the software driver basing on this uclass. > > Signed-off-by: Ruchika Gupta > CC: Simon Glass > --- > Changes in v6: > No Changes > > Changes in v5: > Chang

[U-Boot] [PATCH 03/10][v6] DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver

2015-01-23 Thread Ruchika Gupta
Add a new rsa uclass for performing modular exponentiation and implement the software driver basing on this uclass. Signed-off-by: Ruchika Gupta CC: Simon Glass --- Changes in v6: No Changes Changes in v5: Changed UCLASS name to UCLASS_MOD_EXP Changes in v4: Removed Kconfig option for DM_RSA C