]> git.droids-corp.org - dpdk.git/commit
cryptodev: add elliptic curve Diffie-Hellman
authorArek Kusztal <arkadiuszx.kusztal@intel.com>
Wed, 1 Jun 2022 09:02:43 +0000 (10:02 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 2 Jun 2022 10:04:05 +0000 (12:04 +0200)
commit96db98db69f759cdb54c02ef72c4cae760b01ab3
tree662228153e82336b62271ada89e0218df6681254
parent515a704d584a8689d013acdb0e5d35bf79a552b0
cryptodev: add elliptic curve Diffie-Hellman

- Added elliptic curve Diffie-Hellman parameters.
Point multiplication allows the user to process every phase of
ECDH, but for phase 1, user should not really care about the generator.
The user does not even need to know what the generator looks like,
therefore setting ec xform would make this work.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
devtools/libabigail.abignore
doc/guides/cryptodevs/features/default.ini
doc/guides/prog_guide/cryptodev_lib.rst
doc/guides/rel_notes/release_22_07.rst
lib/cryptodev/rte_crypto_asym.h