Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-21 Thread Tom Rini
On Wed, Jan 22, 2020 at 09:22:42AM +0900, AKASHI Takahiro wrote: > On Tue, Jan 21, 2020 at 10:40:23AM -0500, Tom Rini wrote: > > On Tue, Jan 21, 2020 at 02:48:52PM +0900, AKASHI Takahiro wrote: > > > On Fri, Jan 17, 2020 at 06:26:34AM +0100, Heinrich Schuchardt wrote: > > > > On 1/17/20 2:53 AM, AK

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-21 Thread AKASHI Takahiro
On Tue, Jan 21, 2020 at 10:40:23AM -0500, Tom Rini wrote: > On Tue, Jan 21, 2020 at 02:48:52PM +0900, AKASHI Takahiro wrote: > > On Fri, Jan 17, 2020 at 06:26:34AM +0100, Heinrich Schuchardt wrote: > > > On 1/17/20 2:53 AM, AKASHI Takahiro wrote: > > > >On Tue, Jan 14, 2020 at 01:04:58PM +0100, Hei

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-21 Thread Tom Rini
On Tue, Jan 21, 2020 at 02:48:52PM +0900, AKASHI Takahiro wrote: > On Fri, Jan 17, 2020 at 06:26:34AM +0100, Heinrich Schuchardt wrote: > > On 1/17/20 2:53 AM, AKASHI Takahiro wrote: > > >On Tue, Jan 14, 2020 at 01:04:58PM +0100, Heinrich Schuchardt wrote: > > >>On 1/14/20 8:33 AM, AKASHI Takahiro

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-20 Thread AKASHI Takahiro
On Fri, Jan 17, 2020 at 06:26:34AM +0100, Heinrich Schuchardt wrote: > On 1/17/20 2:53 AM, AKASHI Takahiro wrote: > >On Tue, Jan 14, 2020 at 01:04:58PM +0100, Heinrich Schuchardt wrote: > >>On 1/14/20 8:33 AM, AKASHI Takahiro wrote: > >>>On Wed, Jan 08, 2020 at 06:43:51PM +0100, Heinrich Schuchardt

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-16 Thread Heinrich Schuchardt
On 1/17/20 2:53 AM, AKASHI Takahiro wrote: On Tue, Jan 14, 2020 at 01:04:58PM +0100, Heinrich Schuchardt wrote: On 1/14/20 8:33 AM, AKASHI Takahiro wrote: On Wed, Jan 08, 2020 at 06:43:51PM +0100, Heinrich Schuchardt wrote: On 11/21/19 1:11 AM, AKASHI Takahiro wrote: In this patch, a very s

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-16 Thread AKASHI Takahiro
On Tue, Jan 14, 2020 at 01:04:58PM +0100, Heinrich Schuchardt wrote: > On 1/14/20 8:33 AM, AKASHI Takahiro wrote: > >On Wed, Jan 08, 2020 at 06:43:51PM +0100, Heinrich Schuchardt wrote: > >> > >> > >>On 11/21/19 1:11 AM, AKASHI Takahiro wrote: > >>>In this patch, a very simple test is added to veri

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-14 Thread Heinrich Schuchardt
On 1/14/20 8:33 AM, AKASHI Takahiro wrote: On Wed, Jan 08, 2020 at 06:43:51PM +0100, Heinrich Schuchardt wrote: On 11/21/19 1:11 AM, AKASHI Takahiro wrote: In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code sim

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-13 Thread AKASHI Takahiro
On Wed, Jan 08, 2020 at 06:43:51PM +0100, Heinrich Schuchardt wrote: > > > On 11/21/19 1:11 AM, AKASHI Takahiro wrote: > >In this patch, a very simple test is added to verify that rsa_verify() > >using rsa_verify_with_pkey() work correctly. > > > >To keep the code simple, all the test data, eithe

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-08 Thread Heinrich Schuchardt
On 1/8/20 6:43 PM, Heinrich Schuchardt wrote: On 11/21/19 1:11 AM, AKASHI Takahiro wrote: In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code simple, all the test data, either public key and verified binary data,

Re: [PATCH v4 6/6] test: add rsa_verify() unit test

2020-01-08 Thread Heinrich Schuchardt
On 11/21/19 1:11 AM, AKASHI Takahiro wrote: In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code simple, all the test data, either public key and verified binary data, are embedded in the source. Signed-off-by: A

[U-Boot] [PATCH v4 6/6] test: add rsa_verify() unit test

2019-11-20 Thread AKASHI Takahiro
In this patch, a very simple test is added to verify that rsa_verify() using rsa_verify_with_pkey() work correctly. To keep the code simple, all the test data, either public key and verified binary data, are embedded in the source. Signed-off-by: AKASHI Takahiro --- test/Kconfig | 12 +++