Re: [PATCH v2 1/2] crypto/openssl: replace evp APIs with HMAC APIs
From: Akhil Goyal <hidden>
Date: 2017-09-20 09:56:17
Hi Pablo, On 9/8/2017 7:33 PM, De Lara Guarch, Pablo wrote:
Hi Akhil,quoted
-----Original Message----- From: Akhil Goyal [mailto:akhil.goyal@nxp.com] Sent: Tuesday, August 29, 2017 7:59 AM To: dev@dpdk.org; De Lara Guarch, Pablo [off-list ref] Cc: hemant.agrawal@nxp.com; Doherty, Declan [off-list ref]; Akhil Goyal [off-list ref] Subject: [PATCH v2 1/2] crypto/openssl: replace evp APIs with HMAC APIs in case of HMAC the openssl APIs HMAC_XXX give better performance for all HMAC cases as compared with EVP_XXX Signed-off-by: Akhil Goyal <redacted> --- changes in v2: patch split in two patches as per Pablo's recommendations drivers/crypto/openssl/rte_openssl_pmd.c | 37 +++++++++++++-------I just come across an issue with this patch on openssl 1.1.0 (below). Unfortunately, I have already applied the patch in the subtree, but if you could send a patch to fix this, I can integrate as part of that patch.
I have sent a patch to fix this. http://dpdk.org/dev/patchwork/patch/28995/ Thanks, Akhil