commit | 57ee1cd1c71f35ad544a7d1bcb93ab774d391c4b | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue Nov 21 15:25:25 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Nov 22 16:27:50 2017 +0100 |
tree | cfceebe55bb332982f1392b6baa3772f29262a2a | |
parent | 5f9181e9d8720ba5e6275b1b431b7bf4701873d4 [diff] |
hotp: Add documentation for HMAC OTP Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-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
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.