commit | dc019d1dcf62147a2a19cf332091fa1606a3e210 | [log] [tgz] |
---|---|---|
author | Masashi Honma <masashi.honma@gmail.com> | Sat Dec 01 08:10:17 2018 +0900 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Sat Dec 01 22:37:20 2018 +0100 |
tree | 7d36e26e5825989bef07525bc889bebbbb6a220d | |
parent | 20e5a612e6303820c1e41faf8aa265404b28de82 [diff] |
aes: main.c: Fix a typo 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.