> Rather than the asym session create function returning a session on > success, and a NULL value on error, it is modified to now return int > values - 0 on success or -EINVAL/-ENOTSUP/-ENOMEM on failure. > The session to be used is passed as input. > > This adds clarity on the failure of the create function, which enables > treating the -ENOTSUP return as TEST_SKIPPED in test apps. > > Signed-off-by: Ciara Power <ciara.po...@intel.com> > Acked-by: Fan Zhang <roy.fan.zh...@intel.com> > Acked-by: Anoob Joseph <ano...@marvell.com> Acked-by: Akhil Goyal <gak...@marvell.com>
- [PATCH v4 0/5] crypto: improve asym session usage Ciara Power
- [PATCH v4 1/5] doc: replace asym crypto code with lite... Ciara Power
- [PATCH v4 2/5] crypto: use single buffer for asymmetri... Ciara Power
- [PATCH v4 3/5] crypto: hide asym session structure Ciara Power
- [PATCH v4 4/5] crypto: add asym session user data API Ciara Power
- [PATCH v4 5/5] crypto: modify return value for asym se... Ciara Power
- RE: [EXT] [PATCH v4 5/5] crypto: modify return val... Akhil Goyal
- [PATCH v5 0/5] crypto: improve asym session usage Ciara Power
- [PATCH v5 1/5] doc: replace asym crypto code with ... Ciara Power
- [PATCH v5 2/5] crypto: use single buffer for asymm... Ciara Power
- RE: [EXT] [PATCH v5 2/5] crypto: use single bu... Anoob Joseph
- [PATCH v5 3/5] crypto: hide asym session structure Ciara Power
- [PATCH v5 4/5] crypto: add asym session user data ... Ciara Power
- [PATCH v5 5/5] crypto: modify return value for asy... Ciara Power
- [PATCH v6 0/5] crypto: improve asym session usage Ciara Power
- [PATCH v6 1/5] doc: replace asym crypto code with ... Ciara Power
- RE: [PATCH v6 1/5] doc: replace asym crypto co... Zhang, Roy Fan