commit | 378dc0db2d5dd279f58a3b6cb3f78ffd6b165035 | [log] [tgz] |
---|---|---|
author | erha <erha_email@163.com> | Tue Apr 11 15:25:55 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Apr 14 08:41:47 2023 +0200 |
tree | 0ed6a28439bd37f18efbbbf726e03fdd49f23010 | |
parent | a98d01e1b9168eaed96bcd0bac0df67c44a81081 [diff] |
hotp: use sess_ctx instead of global variables Resolve the issue of global variables in TA, which currently do not have isolation when accessed by multiple CAs. It is suggested to attach the variables to session_ctx for easy access when needed. Signed-off-by: Shiqi Liu <erha_email@163.com> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in 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_examples.
// OP-TEE core maintainers