> Subject: [PATCH v3 2/6] crypto/openssl: support EDDSA > > Support EDDSA crypto algorithm in OpenSSL PMD. > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- > drivers/crypto/openssl/openssl_pmd_private.h | 13 ++ > drivers/crypto/openssl/rte_openssl_pmd.c | 223 +++++++++++++++++++ > drivers/crypto/openssl/rte_openssl_pmd_ops.c | 131 +++++++++++ > 3 files changed, 367 insertions(+) Update doc and add release notes.
- [PATCH v2 1/6] cryptodev: add EDDSA asymmetric ... Gowrishankar Muthukrishnan
- [PATCH v2 1/6] cryptodev: add EDDSA asymme... Gowrishankar Muthukrishnan
- [PATCH v2 2/6] crypto/openssl: support... Gowrishankar Muthukrishnan
- Re: [PATCH v2 2/6] crypto/openssl:... Jack Bond-Preston
- [PATCH v2 3/6] crypto/cnxk: support ED... Gowrishankar Muthukrishnan
- [PATCH v3 1/6] cryptodev: add EDDS... Gowrishankar Muthukrishnan
- [PATCH v3 2/6] crypto/openssl:... Gowrishankar Muthukrishnan
- RE: [PATCH v3 2/6] crypto... Akhil Goyal
- [PATCH v3 3/6] crypto/cnxk: su... Gowrishankar Muthukrishnan
- [PATCH v3 4/6] test/crypto: ad... Gowrishankar Muthukrishnan
- [PATCH v3 5/6] examples/fips_v... Gowrishankar Muthukrishnan
- [PATCH v3 6/6] app/crypto-perf... Gowrishankar Muthukrishnan
- RE: [PATCH v3 6/6] app/cr... Akhil Goyal
- [PATCH v4 1/6] cryptodev: add ... Gowrishankar Muthukrishnan
- [PATCH v4 3/6] crypto/cnx... Gowrishankar Muthukrishnan
- [PATCH v4 6/6] app/crypto... Gowrishankar Muthukrishnan
- [PATCH v4 5/6] examples/f... Gowrishankar Muthukrishnan
- [PATCH v4 2/6] crypto/ope... Gowrishankar Muthukrishnan