commit | 730a0da73512b7ab68d9f162c795fcbbc651d60b | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Tue Nov 21 15:19:09 2017 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Nov 22 16:27:50 2017 +0100 |
tree | 54c5d2864a8bbd1879828e2e22450511f487c50f | |
parent | 4201a69074da549187c92f0d2519e5ae7ee3b41e [diff] |
hotp: Initial commit for HMAC-OTP (RFC4226) Add host application and a new TA that are capable of generating HMAC based One Time Passwords according to the RFC4226 specification [1]. [1] https://www.ietf.org/rfc/rfc4226.txt Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Tested-by: Joakim Bech <joakim.bech@linaro.org> (QEMU v7) 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.