8bd4315c | 04-Oct-2024 |
Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> |
cryptodev: add EdDSA asymmetric algorithm
Add support for asymmetric EdDSA in cryptodev, as referenced in RFC: https://datatracker.ietf.org/doc/html/rfc8032
Signed-off-by: Gowrishankar Muthukrishna
cryptodev: add EdDSA asymmetric algorithm
Add support for asymmetric EdDSA in cryptodev, as referenced in RFC: https://datatracker.ietf.org/doc/html/rfc8032
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> Acked-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
0c2f1b05 | 03-Oct-2024 |
Brian Dooley <brian.dooley@intel.com> |
crypto/ipsec_mb: support SM4 algorithm
This patch introduces SM4 CBC, SM4 ECB and SM4 CTR algorithm support to the AESNI_MB PMD. SM4 CTR is available in the v2.0 release of Intel IPsec MB.
Signed-o
crypto/ipsec_mb: support SM4 algorithm
This patch introduces SM4 CBC, SM4 ECB and SM4 CTR algorithm support to the AESNI_MB PMD. SM4 CTR is available in the v2.0 release of Intel IPsec MB.
Signed-off-by: Brian Dooley <brian.dooley@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
3455ed86 | 24-Jun-2024 |
Suanming Mou <suanmingm@nvidia.com> |
crypto/mlx5: support IPsec out-of-place mode
The IPsec operation shrinks AAD directly before payload in enqueue burst and restores the memory in dequeue burst.
This commit adds the support of OOP m
crypto/mlx5: support IPsec out-of-place mode
The IPsec operation shrinks AAD directly before payload in enqueue burst and restores the memory in dequeue burst.
This commit adds the support of OOP mode follows the similar strategy.
Signed-off-by: Suanming Mou <suanmingm@nvidia.com> Acked-by: Matan Azrad <matan@nvidia.com>
show more ...
|
53b41633 | 12-Mar-2024 |
Jack Bond-Preston <jack.bond-preston@foss.arm.com> |
doc: update Arm IPsec-MB dependency version
Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12 in snow3g and zuc documentation.
Signed-off-by: Jack Bond-Preston <jack.bond-preston@f
doc: update Arm IPsec-MB dependency version
Updates the tag of Arm IPsec-MB library to SECLIB-IPSEC-2024.03.12 in snow3g and zuc documentation.
Signed-off-by: Jack Bond-Preston <jack.bond-preston@foss.arm.com> Reviewed-by: Wathsala Vithanage <wathsala.vithanage@arm.com>
show more ...
|
e9271821 | 29-Feb-2024 |
Nishikant Nayak <nishikanta.nayak@intel.com> |
common/qat: support GEN LCE device
Support is added for a new QAT device generation, GEN LCE.
This generation works slightly differently to previous generations such as GEN 4, so many new files, fu
common/qat: support GEN LCE device
Support is added for a new QAT device generation, GEN LCE.
This generation works slightly differently to previous generations such as GEN 4, so many new files, functions and macros are needed specifically for this generation.
Signed-off-by: Nishikant Nayak <nishikanta.nayak@intel.com> Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com>
show more ...
|
f925068a | 26-Feb-2024 |
Ciara Power <ciara.power@intel.com> |
common/qat: add new GEN3 device
Added new GEN3 QAT device ID. This device has a wireless slice, but other GEN3 devices do not, so we must set a flag to indicate this wireless enabled device.
Capabi
common/qat: add new GEN3 device
Added new GEN3 QAT device ID. This device has a wireless slice, but other GEN3 devices do not, so we must set a flag to indicate this wireless enabled device.
Capabilities for the device are slightly different from base GEN3 capabilities, some are removed from the list for this device.
Symmetric, asymmetric and compression services are enabled.
Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Kai Ji <kai.ji@intel.com>
show more ...
|