RE: [PATCH] crypto/openssl: fix CMAC auth context update

2025-01-08 Thread Akhil Goyal
> > This patch removes an unnecessary cleanup of the shared CMAC context at > > the end of the CMAC authentication function, which causes subsequent calls > > to it to fail. > > > > Fixes: 17d5bc6135af ("crypto/openssl: make per-QP auth context clones") > > Cc: sta...@dpdk.org > > > > Signed-off-by

RE: [PATCH] crypto/openssl: fix CMAC auth context update

2024-12-05 Thread Hemant Agrawal
> This patch removes an unnecessary cleanup of the shared CMAC context at > the end of the CMAC authentication function, which causes subsequent calls > to it to fail. > > Fixes: 17d5bc6135af ("crypto/openssl: make per-QP auth context clones") > Cc: sta...@dpdk.org > > Signed-off-by: Wathsala Vit

[PATCH] crypto/openssl: fix CMAC auth context update

2024-11-29 Thread Wathsala Vithanage
This patch removes an unnecessary cleanup of the shared CMAC context at the end of the CMAC authentication function, which causes subsequent calls to it to fail. Fixes: 17d5bc6135af ("crypto/openssl: make per-QP auth context clones") Cc: sta...@dpdk.org Signed-off-by: Wathsala Vithanage Reviewed