commit | 87b00c0589dda31e36eb7172dc9606a39d48a61f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jan 22 16:33:12 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jan 30 14:18:02 2020 +0100 |
tree | a6e6dd4afe93ad4e4274de9e6815504cf95422a7 | |
parent | 4b03e2802f1de4480b3b5040fc4d48420f39ea41 [diff] |
regression 4001: do not fail if TEE_ALG_SM3 is not supported Support for TEE_ALG_SM3 by the TEE is optional (CFG_CRYPTO_SM3). 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>
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