All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arek Kusztal <arkadiuszx.kusztal@intel.com>
To: dev@dpdk.org
Cc: gakhil@marvell.com, roy.fan.zhang@intel.com,
	Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [PATCH v2 0/2] cryptodev: add dh verify option
Date: Wed, 13 Apr 2022 15:03:25 +0100	[thread overview]
Message-ID: <20220413140327.12915-1-arkadiuszx.kusztal@intel.com> (raw)

This patchset adds verify and padding option to Cryptodev
Diffie-Hellman op.

Verify - obligatory in all mainstream protocols, in Cryptodev
only Weierstrass Elliptic-Curve point verification was included.
FFDH or curves 448/25519 verification is easy enough to be
done by the user.
Padding - different approach may be found in different protocols,
but it is very often that protocol requires zero-byte left padding. 

Depends-on: patch-109409 ("cryptodev: add elliptic curve diffie hellman")

Arek Kusztal (2):
  cryptodev: add dh verify option
  cryptodev: add dh padding options

 lib/cryptodev/rte_crypto_asym.h | 27 +++++++++++++++++++++++++++
 lib/cryptodev/rte_cryptodev.c   |  1 +
 2 files changed, 28 insertions(+)

-- 
2.13.6


             reply	other threads:[~2022-04-13 14:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 14:03 Arek Kusztal [this message]
2022-04-13 14:03 ` [PATCH v2 1/2] cryptodev: add dh verify option Arek Kusztal
2022-05-16 18:50   ` [EXT] " Akhil Goyal
2022-04-13 14:03 ` [PATCH v2 2/2] cryptodev: add dh padding options Arek Kusztal
2022-05-16 18:51   ` [EXT] " Akhil Goyal

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=20220413140327.12915-1-arkadiuszx.kusztal@intel.com \
    --to=arkadiuszx.kusztal@intel.com \
    --cc=dev@dpdk.org \
    --cc=gakhil@marvell.com \
    --cc=roy.fan.zhang@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.