#
8a97564b |
| 04-Oct-2024 |
Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> |
cryptodev: move RSA padding information into xform
RSA padding information could be a xform entity rather than part of crypto op, as it seems associated with hashing algorithm used for the entire cr
cryptodev: move RSA padding information into xform
RSA padding information could be a xform entity rather than part of crypto op, as it seems associated with hashing algorithm used for the entire crypto session, where this algorithm is used in message digest itself. Even in virtIO standard spec, this info is associated in the asymmetric session creation. Hence, moving this info from crypto op into xform structure.
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 ...
|
#
226f1ca0 |
| 21-Mar-2024 |
Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: fix RSA cases in QAT suite
This commit fixes following issues in the QAT testsuite for the RSA algorithm:
1) Incorrectly set keys in the internal functions are now set in the calling f
test/crypto: fix RSA cases in QAT suite
This commit fixes following issues in the QAT testsuite for the RSA algorithm:
1) Incorrectly set keys in the internal functions are now set in the calling function. 2) Camel case functions were changed to the snake case.
Fixes: 9b5465867fb8 ("test/crypto: add RSA none padding cases") Cc: stable@dpdk.org
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Ciara Power <ciara.power@intel.com>
show more ...
|
#
9b546586 |
| 20-Jun-2023 |
Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: add RSA none padding cases
Added RSA NONE padding test cases.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Ciara Power <ciara.power@intel.com> Acked-by: Go
test/crypto: add RSA none padding cases
Added RSA NONE padding test cases.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Ciara Power <ciara.power@intel.com> Acked-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
show more ...
|
#
c5849b4c |
| 20-Jun-2023 |
Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: remove obsolete test function
Removed function `one by one` as it was not enough scalable and robust.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Ciara Po
test/crypto: remove obsolete test function
Removed function `one by one` as it was not enough scalable and robust.
Signed-off-by: Arkadiusz Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Ciara Power <ciara.power@intel.com> Acked-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
show more ...
|
#
3387912f |
| 18-Feb-2022 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
cryptodev: fix RSA key type name
This patch fixes misspelled RTE_RSA_KEY_TYPE_QT, this will prevent checkpach from complaining wherever change to RSA is being made.
Fixes: 26008aaed14c ("cryptodev:
cryptodev: fix RSA key type name
This patch fixes misspelled RTE_RSA_KEY_TYPE_QT, this will prevent checkpach from complaining wherever change to RSA is being made.
Fixes: 26008aaed14c ("cryptodev: add asymmetric xform and op definitions") Cc: stable@dpdk.org
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Akhil Goyal <gakhil@marvell.com>
show more ...
|
#
b480c5fd |
| 22-Oct-2019 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
test/crypto: add RSA cases in QAT and openssl
This commit adds RSA tests to Intel QuickAssist Technology pmd and OpenSSL pmd test suite for session and session-less cases when PADDING_NONE selected
test/crypto: add RSA cases in QAT and openssl
This commit adds RSA tests to Intel QuickAssist Technology pmd and OpenSSL pmd test suite for session and session-less cases when PADDING_NONE selected
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
show more ...
|
#
a379799c |
| 11-Jul-2019 |
Ayuj Verma <ayverma@marvell.com> |
test/crypto: add RSA key type CRT
Added RSA sign/verify and enc/dec tests for RSA key type CRT(quintuple) and associated test vectors.
Signed-off-by: Kanaka Durga Kotamarthy <kkotamarthy@marvell.co
test/crypto: add RSA key type CRT
Added RSA sign/verify and enc/dec tests for RSA key type CRT(quintuple) and associated test vectors.
Signed-off-by: Kanaka Durga Kotamarthy <kkotamarthy@marvell.com> Signed-off-by: Ayuj Verma <ayverma@marvell.com> Signed-off-by: Shally Verma <shallyv@marvell.com> Acked-by: Arek Kusztal <arkadiuszx.kusztal@intel.com> Acked-by: Shally Verma <shallyv@marvell.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 ...
|