commit | 6635c966c669d1fc63c0fb428f74d3141d08e54b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jan 22 17:49:00 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jan 30 14:18:02 2020 +0100 |
tree | 743d079c26cec9a84421a6afb1c19ded145d8cd1 | |
parent | 30481e381cb4285706e7516853495a7699c93b2c [diff] |
Add helper function ta_crypt_cmd_is_algo_supported() This commit adds a helper function to the xtest application so that we can skip test cases for cryptographic algorithms that are not supported by the TEE. The crypto TA is updated accordingly. 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