commit | 91cb2b905fb0549e6e3d4d50ab8747e7c893e33e | [log] [tgz] |
---|---|---|
author | Jorge Ramirez-Ortiz <jorge@foundries.io> | Fri Dec 09 12:25:17 2022 +0100 |
committer | Joakim Bech <joakim.bech@linaro.org> | Sun Feb 05 22:47:43 2023 +0100 |
tree | 328da2ddc1c9f0f65247141618b538a6c0110f96 | |
parent | 12ab83bf2cda1d5ce5235b4e20f1cf4d9aa891b7 [diff] |
crypto: document the NXP SE05X libseetec interface Even though the secure element is expected to be controlled from the PKCS#11 TA, the driver also provides an interface to the OP-TEE client. Using this interface, a priviledged application can access all the functionality in the device by encoding the APDU frames in the normal world and sending them to the device. Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io> Acked-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This is official documentation for the OP-TEE project. Before OP-TEE v3.5.0 it used to be spread across all different OP-TEE gits making up the OP-TEE project as well as optee.org. But starting with OP-TEE v3.5.0 we have gathered all documentation at single place (i.e., this git).
Even though GitHub renders *.rst
somewhat OK, you are not suppossed to browse the documentation there/here. Instead you should go to optee.readthedocs.io, where you will find the complete documentation rendered using Sphinx.