RE: [EXTERNAL] [PATCH v3] crypto/qat: fix ecdsa session handling

2024-11-06 Thread Akhil Goyal
> Fixed a problem with setting the key in the session in the ECDSA > algorithm. Since the key is being initialized in the session for EC, > it should be reflected in the PMD session initialization function. > > Fixes: badc0c6f6d6a ("cryptodev: set private and public keys in EC session") > Cc: sta.

[PATCH v3] crypto/qat: fix ecdsa session handling

2024-11-06 Thread Arkadiusz Kusztal
Fixed a problem with setting the key in the session in the ECDSA algorithm. Since the key is being initialized in the session for EC, it should be reflected in the PMD session initialization function. Fixes: badc0c6f6d6a ("cryptodev: set private and public keys in EC session") Cc: sta...@dpdk.org