commit | 86a25e8becb6be2c3383a31c772971395a3f0522 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Mon Mar 11 16:20:13 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Mar 11 16:51:55 2019 +0100 |
tree | ac6c725a6316f28f550e2885be00b91fb61c4ec8 | |
parent | db08da1046c43ddba21e73eb0050d7d2caaab5fc [diff] |
acipher: fix type in error trace Fix build warning reported by GCC-8.2 as: /path/to/optee_examples/acipher/host/main.c: In function ‘main’: /path/to/optee_examples/acipher/host/main.c:108:7: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat=] op.params[1].tmpref.size); ^ Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
This document describes the sample applications that are included in the OP-TEE, that aim to showcase specific functionality and use case.
For sake of simplicity, all OP-TEE example test application are prefixed with optee_example_
.
Directory hello_world/:
optee_example_hello_world
Directory random/:
TEE_GenerateRandom()
).optee_example_random
Directory aes/:
optee_example_aes
Directory secure_storage/:
optee_example_secure_storage
Directory acipher/:
optee_example_acipher
TA basics documentation presents the basics for implementing and building an OP-TEE trusted application.
One can also refer to the examples provided: source files and make scripts.