regression 4003: do not fail if TEE_ALG_SM4 is not supported

Support for TEE_ALG_SM4 by the TEE is optional (CFG_CRYPTO_SM4).
Therefore, use TEE_IsAlgorithmSupported() and skip the sub-case if
needed.

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed
tree: d8ef6b4318398612b9adf256742b653c505b56bf
  1. cert/
  2. host/
  3. package/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE.md
  11. Makefile
  12. README.md
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