commit | 817d99f75c1cad8d8e0a1b4fb8bb93274f2d3bbc | [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 | d8ef6b4318398612b9adf256742b653c505b56bf | |
parent | 87b00c0589dda31e36eb7172dc9606a39d48a61f [diff] |
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>
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