regression_4000: split test cases per algo family

Split regression_4006 test cases into specific test cases for each
of RSA, DSA, ECDSA and SM2. This eases testing only a target algo
family without needing to run all the cases series, especially
useful when testing all algo flavors (max test level with option "-l 15").

By the way, fix the test cases description that mention "Asymm Cipher"
while both ciphering and authentication operation are tested.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a)
1 file changed
tree: b2a7e8061cdd1f9bc486813ab6c203e867e5c363
  1. .github/
  2. cert/
  3. host/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE-BSD
  11. LICENSE-GPL
  12. LICENSE.md
  13. Makefile
  14. README.md
  15. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

This git contains source code for the test suite (xtest) used to test the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.

// OP-TEE core maintainers