Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 22-Aug-2025 | - | ||||
.devcontainer/ | 18-Apr-2025 | - | ||||
.github/workflows/ | 18-Apr-2025 | - | ||||
.vscode/ | 18-Apr-2025 | - | ||||
ci/ | 18-Apr-2025 | - | ||||
libckteec/ | 18-Apr-2025 | - | ||||
libseteec/ | 18-Apr-2025 | - | ||||
libteeacl/ | 18-Apr-2025 | - | ||||
libteec/ | 18-Apr-2025 | - | ||||
scripts/ | 18-Apr-2025 | - | ||||
tee-supplicant/ | 18-Apr-2025 | - | ||||
.gitattributes | A D | 18-Apr-2025 | 132 | 5 | 4 | |
.gitignore | A D | 18-Apr-2025 | 136 | 18 | 17 | |
Android.bp | A D | 18-Apr-2025 | 7.9 KiB | 296 | 281 | |
CMakeLists.txt | A D | 18-Apr-2025 | 1.5 KiB | 50 | 43 | |
CMakeToolchain.txt | A D | 18-Apr-2025 | 64 | 4 | 2 | |
LICENSE | A D | 18-Apr-2025 | 1.4 KiB | 28 | 22 | |
Makefile | A D | 18-Apr-2025 | 6.4 KiB | 175 | 117 | |
README.md | A D | 18-Apr-2025 | 437 | 11 | 7 | |
config.mk | A D | 18-Apr-2025 | 2.7 KiB | 74 | 12 | |
flags.mk | A D | 18-Apr-2025 | 1.2 KiB | 38 | 28 | |
optee_client.device.mk | A D | 18-Apr-2025 | 550 | 19 | 5 | |
typedefs.checkpatch | A D | 18-Apr-2025 | 1.3 KiB | 81 | 80 |
README.md
1# OP-TEE Client API 2This git contains source code for the non-secure side implementation of the 3OP-TEE project making up the client library and tee-supplicant. 4 5All official OP-TEE documentation has moved to http://optee.readthedocs.io. The 6information that used to be here in this git can be found under [optee_client]. 7 8// OP-TEE core maintainers 9 10[optee_client]: https://optee.readthedocs.io/en/latest/building/gits/optee_client.html 11