commit | 9396d279b0c112a0bb2b83cc53ee95fac6ef626c | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Aug 15 11:01:42 2018 +0200 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Mon Aug 20 08:29:03 2018 +0200 |
tree | 8b7e104778a5ba7a1278b3b0eae4feb6592aca2f | |
parent | e6704d3d138ae9b14b44c63d8301e9bdae3dddc6 [diff] |
Add acipher example for asymetric cipher Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@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.