#
17406ec2 |
| 22-Aug-2024 |
Anoob Joseph <anoobj@marvell.com> |
test/crypto: add asserts to validate test lengths
Add asserts to validate the max lengths set.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
|
#
0efea35a |
| 15-Apr-2024 |
Tyler Retzlaff <roretzla@linux.microsoft.com> |
app: move alignment attribute on types for MSVC
Move location of __rte_aligned(a) to new conventional location. The new placement between {struct,union} and the tag allows the desired alignment to b
app: move alignment attribute on types for MSVC
Move location of __rte_aligned(a) to new conventional location. The new placement between {struct,union} and the tag allows the desired alignment to be imparted on the type regardless of the toolchain being used for both C and C++. Additionally, it avoids confusion by Doxygen when generating documentation.
Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com> Acked-by: Morten Brørup <mb@smartsharesystems.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
79932454 |
| 29-Feb-2024 |
Nishikant Nayak <nishikanta.nayak@intel.com> |
test/crypto: add GCM with 64-byte AAD
Adding one new unit test code for validating the features added as part of GCM with 64 byte AAD, an AAD length that is not currently covered by existing test ve
test/crypto: add GCM with 64-byte AAD
Adding one new unit test code for validating the features added as part of GCM with 64 byte AAD, an AAD length that is not currently covered by existing test vectors. The new test case adds one new test for GCM algo for both encrypt and decrypt operations.
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 ...
|
#
7983ec4b |
| 30-Nov-2023 |
Aakash Sasidharan <asasidharan@marvell.com> |
test/crypto: add AES-GCM external mbuf case
Added external mbuf test for AES GCM aead algo.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Ac
test/crypto: add AES-GCM external mbuf case
Added external mbuf test for AES GCM aead algo.
Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
418c1a54 |
| 15-Oct-2021 |
Kai Ji <kai.ji@intel.com> |
test/crypto: enable chacha_poly PMD
An autotest is added for the new chacha20_poly1305 PMD. A new test case is also added for SGL test.
Signed-off-by: Kai Ji <kai.ji@intel.com> Signed-off-by: Ciara
test/crypto: enable chacha_poly PMD
An autotest is added for the new chacha20_poly1305 PMD. A new test case is also added for SGL test.
Signed-off-by: Kai Ji <kai.ji@intel.com> Signed-off-by: Ciara Power <ciara.power@intel.com> Acked-by: Ray Kinsella <mdr@ashroe.eu> Acked-by: Fan Zhang <roy.fan.zhang@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
dcdd0169 |
| 12-Oct-2020 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
test/crypto: add GMAC SGL
Add Scatter-Gather List tests for AES-GMAC.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
|
#
a0e437cc |
| 07-Jul-2020 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: add ChaCha20-Poly1305 cases
This patch adds Chacha20-Poly1305 implementation to cryptodev tests.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Anoob Joseph <anoo
test/crypto: add ChaCha20-Poly1305 cases
This patch adds Chacha20-Poly1305 implementation to cryptodev tests.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Anoob Joseph <anoobj@marvell.com> Acked-by: Tejasree Kondoj <ktejasree@marvell.com>
show more ...
|
#
305de560 |
| 13-Mar-2020 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: add AES-GCM J0 case
This patch adds crypto J0 test case to AES-GCM
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
|
#
f5862ae9 |
| 05-Feb-2020 |
Thomas Monjalon <thomas@monjalon.net> |
cryptodev: revert Chacha20-Poly1305 AEAD algorithm
API makes think that rte_cryptodev_info_get() cannot return a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11). 20.02-rc1 was returning 3 (RTE_CRYPTO
cryptodev: revert Chacha20-Poly1305 AEAD algorithm
API makes think that rte_cryptodev_info_get() cannot return a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11). 20.02-rc1 was returning 3 (RTE_CRYPTO_AEAD_CHACHA20_POLY1305). So the ABI compatibility contract was broken.
It could be solved with some function versioning, but because a lack of time, the feature is reverted for now.
This reverts following commits: - 6c9f3b347e21 ("cryptodev: add Chacha20-Poly1305 AEAD algorithm") - 2c512e64d600 ("crypto/qat: support Chacha Poly") - d55e01f579e1 ("test/crypto: add Chacha Poly cases")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
show more ...
|
#
d55e01f5 |
| 15-Jan-2020 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: add Chacha Poly cases
This patch adds Chacha20-Poly1305 implementation to cryptodev tests.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Fiona Trahe <fiona.trahe
test/crypto: add Chacha Poly cases
This patch adds Chacha20-Poly1305 implementation to cryptodev tests.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
a9de470c |
| 26-Feb-2019 |
Bruce Richardson <bruce.richardson@intel.com> |
test: move to app directory
Since all other apps have been moved to the "app" folder, the autotest app remains alone in the test folder. Rather than having an entire top-level folder for this, we ca
test: move to app directory
Since all other apps have been moved to the "app" folder, the autotest app remains alone in the test folder. Rather than having an entire top-level folder for this, we can move it back to where it all started in early versions of DPDK - the "app/" folder.
This move has a couple of advantages: * This reduces clutter at the top level of the project, due to one less folder. * It eliminates the separate build task necessary for building the autotests using make "make test-build" which means that developers are less likely to miss something in their own compilation tests * It re-aligns the final location of the test binary in the app folder when building with make with it's location in the source tree.
For meson builds, the autotest app is different from the other apps in that it needs a series of different test cases defined for it for use by "meson test". Therefore, it does not get built as part of the main loop in the app folder, but gets built separately at the end.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|