4.8.0
ecdsa: remove use of TA_FLAG_EXEC_DDR

TA flag TA_FLAG_EXEC_DDR is deprecated since a very long time now.
Do not use it is example TAs.

Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 64dc22bb040e03f53e9065196b04f14100d92502
  1. .github/
  2. acipher/
  3. aes/
  4. ecdsa/
  5. hello_world/
  6. hotp/
  7. plugins/
  8. random/
  9. secure_storage/
  10. sha/
  11. sign_verify/
  12. .gitignore
  13. Android.mk
  14. CMakeLists.txt
  15. CMakeToolchain.txt
  16. LICENSE
  17. Makefile
  18. README.md
README.md

OP-TEE Sample Applications

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