#
31dd9ddf |
| 08-Nov-2023 |
Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> |
test/crypto: add ECDH cases
Added asymmetric crypto ECDH test cases.
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
|
#
f225c040 |
| 15-Jan-2020 |
Sunila Sahu <ssahu@marvell.com> |
test/crypto: add ECPM cases
Add test vectors and verify routines for asymmetric operation, EC Point Multiplication.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Sunila Sahu <ssah
test/crypto: add ECPM cases
Add test vectors and verify routines for asymmetric operation, EC Point Multiplication.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Sunila Sahu <ssahu@marvell.com>
show more ...
|
#
d90e58a7 |
| 15-Jan-2020 |
Ayuj Verma <ayverma@marvell.com> |
test/crypto: add ECDSA sign/verify cases
This patch adds ECDSA sign and verify test routine and test vectors.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Ayuj Verma <ayverma@mar
test/crypto: add ECDSA sign/verify cases
This patch adds ECDSA sign and verify test routine and test vectors.
Signed-off-by: Anoob Joseph <anoobj@marvell.com> Signed-off-by: Ayuj Verma <ayverma@marvell.com> Signed-off-by: Sunila Sahu <ssahu@marvell.com>
show more ...
|
#
6f3f0acd |
| 31-Jul-2019 |
Stephen Hemminger <stephen@networkplumber.org> |
remove extra blank lines at end of files
There should not be blank lines at end of files.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Bruce Richardson <bruce.richardson@
remove extra blank lines at end of files
There should not be blank lines at end of files.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
#
5e4fb861 |
| 08-Feb-2019 |
Arek Kusztal <arkadiuszx.kusztal@intel.com> |
test: add result field to mod exp and inv
This patch adds result field to modular exponentiation and modular multiplicative inverse tests
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
test: add result field to mod exp and inv
This patch adds result field to modular exponentiation and modular multiplicative inverse tests
Signed-off-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 ...
|