commit | e6704d3d138ae9b14b44c63d8301e9bdae3dddc6 | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Tue Aug 14 15:39:16 2018 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Tue Aug 14 17:35:46 2018 +0200 |
tree | c75b326fad34ddda90c244a86375f73608b7bc5c | |
parent | fdee74d76f7ccb408b07424a4a7d8e285187dd93 [diff] |
hotp: fix sign compare error optee_examples/hotp/host/main.c:92:16: error: comparison of integers of different signs: 'int' and 'unsigned long' [-Werror,-Wsign-compare] for (i = 0; i < sizeof(rfc4226_test_values) / sizeof(struct test_value); ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Victor Chong <victor.chong@linaro.org> Reviewed-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
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.