commit | a5342e6a75cdfe1a376c94f1c6c148af1ca350c5 | [log] [tgz] |
---|---|---|
author | Kees Jongenburger <x8-999-github@gmx.com> | Tue Jan 22 13:08:17 2019 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Thu Jan 24 09:24:38 2019 +0100 |
tree | f8bc56bbf0ab25eb80a803cddfca008ec46fd465 | |
parent | 5a051771cf47edc891c736f217f9ef9e43b43d99 [diff] |
aes: various spelling correction in comments. Signed-off-by: Kees Jongenburger <x8-999-github@gmx.com> Reviewed-by: Etienne Carriere <etienne.carriere@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.