| commit | 4643e4b26aafc861ff401839215311e0b5386424 | [log] [tgz] |
|---|---|---|
| author | Amey Avinash Raghatate <ameyavinash.raghatate@amd.com> | Wed Oct 29 19:15:24 2025 +0530 |
| committer | Jerome Forissier <jerome@forissier.org> | Tue Dec 09 10:42:40 2025 +0100 |
| tree | ca10226601c1ee5b81fd8f8dc62a02ce426cad06 | |
| parent | ffddefd7b6edd5fe2b4991fc8a394b98a6276ffa [diff] |
aes: remove CFG_TA_OPTEE_CORE_API_COMPAT_1_1 Remove CFG_TA_OPTEE_CORE_API_COMPAT_1_1=y to fix TA panic 0x0 from null handle operations. Change tag_len/out_len from uint32_t to size_t in auth_enc_op() to match modern TEE API function signatures for TEE_AEEncryptFinal and TEE_AEDecryptFinal. Fix format specifiers from %d to %zu for size_t variables to resolve compiler warnings. Signed-off-by: Amey Avinash Raghatate <ameyavinash.raghatate@amd.com> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.
// OP-TEE core maintainers