mbox series

[0/2] test: add elliptic curve tests

Message ID 20220818060526.17343-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series test: add elliptic curve tests |

Message

Arkadiusz Kusztal Aug. 18, 2022, 6:05 a.m. UTC
  This patchset adds new test cases that can be used to verify
elliptic curve algorithms like ECDSA, ECDH, etc.

Depends-on: series-24333 ("crypto/qat: extend asymmetric crypto pmd")

Arek Kusztal (2):
  test/crypto: add ecdsa qat test cases
  test/crypto: add ecdh tests

 app/test/test_cryptodev_asym.c         | 553 +++++++++++++++++++++++++++++++++
 app/test/test_cryptodev_ecdh_vectors.h | 144 +++++++++
 2 files changed, 697 insertions(+)
 create mode 100644 app/test/test_cryptodev_ecdh_vectors.h
  

Comments

Akhil Goyal Oct. 21, 2022, 3:09 p.m. UTC | #1
> This patchset adds new test cases that can be used to verify
> elliptic curve algorithms like ECDSA, ECDH, etc.
> 
> Depends-on: series-24333 ("crypto/qat: extend asymmetric crypto pmd")
> 
> Arek Kusztal (2):
>   test/crypto: add ecdsa qat test cases
>   test/crypto: add ecdh tests
> 
>  app/test/test_cryptodev_asym.c         | 553
> +++++++++++++++++++++++++++++++++
>  app/test/test_cryptodev_ecdh_vectors.h | 144 +++++++++
>  2 files changed, 697 insertions(+)
>  create mode 100644 app/test/test_cryptodev_ecdh_vectors.h
> 
This series is adding cases only in qat specific test suite.
We should get away with such PMD specific test suites similar to what we did for symmetric cases.