commit | f206ea14a4eb852beea063b306b00b3db1321c31 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Wed Nov 22 16:57:03 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Fri Nov 24 09:19:02 2017 +0100 |
tree | f4303a113c18df7da2fa325f8b38e7a2e3c4a31c | |
parent | 57ee1cd1c71f35ad544a7d1bcb93ab774d391c4b [diff] |
hotp: change outlen to uint32_t in hmac_sha1 Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU v7, FVP) 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
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.