commit | 10fc1b90db1f75ae8ff59d8596669eb3688cedad | [log] [tgz] |
---|---|---|
author | Masashi Honma <masashi.honma@gmail.com> | Sat Dec 01 10:22:37 2018 +0900 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Sat Dec 01 22:37:20 2018 +0100 |
tree | 6bbbe49131528e6e0ae612d8c776a114c3f60bd5 | |
parent | dc019d1dcf62147a2a19cf332091fa1606a3e210 [diff] |
aes: main.c: Remove unnecessary initialization Signed-off-by: Masashi Honma <masashi.honma@gmail.com> Reviewed-by: Jerome Forissier <jerome.forissier@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.