sign_verify: more user friendly host interface

Change usage message and a few trace message to be a bit more friendly.

Shorten host command options.

Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
1 file changed
tree: 0d2a97be9b15d382faccc68182e11697d1bc38bc
  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