Re: [U-Boot] [PATCH 01/10][v6] rsa: Split the rsa-verify to separate the modular exponentiation

2015-01-28 Thread Simon Glass
On 26 January 2015 at 06:39, Simon Glass wrote: > On 23 January 2015 at 03:31, Ruchika Gupta > wrote: >> Public exponentiation which is required in rsa verify functionality is >> tightly integrated with verification code in rsa_verify.c. The patch >> splits the file into twp separating the modul

Re: [U-Boot] [PATCH 01/10][v6] rsa: Split the rsa-verify to separate the modular exponentiation

2015-01-26 Thread Simon Glass
On 23 January 2015 at 03:31, Ruchika Gupta wrote: > Public exponentiation which is required in rsa verify functionality is > tightly integrated with verification code in rsa_verify.c. The patch > splits the file into twp separating the modular exponentiation. > > 1. rsa-verify.c > - The file parse

[U-Boot] [PATCH 01/10][v6] rsa: Split the rsa-verify to separate the modular exponentiation

2015-01-23 Thread Ruchika Gupta
Public exponentiation which is required in rsa verify functionality is tightly integrated with verification code in rsa_verify.c. The patch splits the file into twp separating the modular exponentiation. 1. rsa-verify.c - The file parses device tree keys node to fill a keyprop structure. The keypr