Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-18 Thread Verma, Shally
>-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 18 June 2018 14:09 >To: Akhil Goyal ; Verma, Shally >Cc: Trahe, Fiona ; dev@dpdk.org; Athreya, Narayana >Prasad ; Sahu, >Sunila ; Gupta, Ashish >Subject: RE: [dpdk-

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-18 Thread De Lara Guarch, Pablo
upta, Ashish > Subject: Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym > crypto > > Hi Shally, > On 6/18/2018 12:18 PM, Verma, Shally wrote: > > Hi > > > >> -Original Message- > >> From: Akhil Goyal [mailto:akhil.go...@nxp.co

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-18 Thread Akhil Goyal
, Sunila ; Gupta, Ashish Subject: Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto //snip +static int +test_rsa(struct rsa_test_data *t) ... + rsa->n = + BN_bin2bn( + (const unsigned char *)rsa_xform.rsa.n.d

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
sh >Subject: Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym >crypto > //snip >>>>>> +static int >>>>>> +test_rsa(struct rsa_test_data *t) >>>>> >>>>> ... >>>>> >>&

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Akhil Goyal
Hi Shally, On 6/18/2018 11:10 AM, Verma, Shally wrote: Hi Pablo -Original Message- From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] Sent: 18 June 2018 01:01 To: Verma, Shally Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; Athreya, Narayana Prasad ; Sahu, Suni

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 18 June 2018 01:01 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 4/6]

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Sunday, June 17, 2018 4:01 PM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; Athreya, Narayana Prasad > ; Sahu, Sunila > ; Gupta, Ashish > Subject: RE: [PATCH v3 4

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread Verma, Shally
Hi Pablo >-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 17 June 2018 18:23 >To: Verma, Shally >Cc: Trahe, Fiona ; akhil.go...@nxp.com; dev@dpdk.org; >Athreya, Narayana Prasad >; Sahu, Sunila ; >Gupta, Ashish >Subject: RE: [PATCH v3 4/6]

Re: [dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-06-17 Thread De Lara Guarch, Pablo
Hi Shally, > -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Wednesday, May 16, 2018 7:05 AM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; pathr...@caviumnetworks.com; Sunila Sahu > ; Ashish Gupta > > Subjec

[dpdk-dev] [PATCH v3 4/6] test/crypto: add unit testcase for asym crypto

2018-05-15 Thread Shally Verma
Add unit test case to test openssl PMD asym crypto operations. Test case invoke asymmetric operation on DPDK Openssl PMD and cross-verify results via Openssl SW library. Tests have been verified with openssl 1.0.2m release. Tested for: * RSA Encrypt, Decrypt, Sign and Verify using pre-defined t