From: Akhil Goyal <gakhil@marvell.com>
To: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>,
"dev@dpdk.org" <dev@dpdk.org>, Fan Zhang <fanzhang.oss@gmail.com>,
Kai Ji <kai.ji@intel.com>
Cc: Anoob Joseph <anoobj@marvell.com>,
Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Subject: RE: [PATCH v1 0/3] cryptodev: support PQC ML algorithms
Date: Wed, 1 Oct 2025 05:49:40 +0000 [thread overview]
Message-ID: <CO6PR18MB4484FC082BAC2BAEEF794435D8E6A@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20250930180316.1021-1-gmuthukrishn@marvell.com>
> Subject: [PATCH v1 0/3] cryptodev: support PQC ML algorithms
>
> This series added support for PQC ML-KEM and ML-DSA algorithms.
>
> Gowrishankar Muthukrishnan (3):
> cryptodev: support PQC ML algorithms
> crypto/openssl: add ML crypto support
> app/test: add ML crypto test vectors
>
> app/test/test_cryptodev_asym.c | 856 ++++++++
> app/test/test_cryptodev_ml_dsa_test_vectors.h | 1856 +++++++++++++++++
> app/test/test_cryptodev_ml_kem_test_vectors.h | 873 ++++++++
> doc/guides/cryptodevs/features/default.ini | 2 +
> doc/guides/cryptodevs/features/openssl.ini | 2 +
> doc/guides/prog_guide/cryptodev_lib.rst | 3 +-
> doc/guides/rel_notes/release_25_11.rst | 11 +
> drivers/crypto/openssl/openssl_pmd_private.h | 16 +
> drivers/crypto/openssl/rte_openssl_pmd.c | 868 ++++++++
> drivers/crypto/openssl/rte_openssl_pmd_ops.c | 129 ++
> lib/cryptodev/rte_crypto_asym.h | 306 +++
> lib/cryptodev/rte_cryptodev.c | 60 +
> lib/cryptodev/rte_cryptodev.h | 15 +-
> 13 files changed, 4994 insertions(+), 3 deletions(-)
> create mode 100644 app/test/test_cryptodev_ml_dsa_test_vectors.h
> create mode 100644 app/test/test_cryptodev_ml_kem_test_vectors.h
Please fix compilation on lower OpenSSL versions.
>
> --
> 2.37.1
next prev parent reply other threads:[~2025-10-01 5:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 7:06 [RFC] " Gowrishankar Muthukrishnan
2025-09-30 18:03 ` [PATCH v1 0/3] " Gowrishankar Muthukrishnan
2025-09-30 18:03 ` [PATCH v1 1/3] " Gowrishankar Muthukrishnan
2025-09-30 18:03 ` [PATCH v1 2/3] crypto/openssl: add ML crypto support Gowrishankar Muthukrishnan
2025-09-30 18:03 ` [PATCH v1 3/3] app/test: add ML crypto test vectors Gowrishankar Muthukrishnan
2025-10-01 5:49 ` Akhil Goyal [this message]
2025-10-01 7:37 ` [PATCH v2 0/3] cryptodev: support PQC ML algorithms Gowrishankar Muthukrishnan
2025-10-01 7:37 ` [PATCH v2 1/3] " Gowrishankar Muthukrishnan
2025-10-01 7:37 ` [PATCH v2 2/3] crypto/openssl: add ML crypto support Gowrishankar Muthukrishnan
2025-10-01 7:37 ` [PATCH v2 3/3] app/test: add ML crypto test vectors Gowrishankar Muthukrishnan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO6PR18MB4484FC082BAC2BAEEF794435D8E6A@CO6PR18MB4484.namprd18.prod.outlook.com \
--to=gakhil@marvell.com \
--cc=anoobj@marvell.com \
--cc=dev@dpdk.org \
--cc=fanzhang.oss@gmail.com \
--cc=gmuthukrishn@marvell.com \
--cc=kai.ji@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).