Searched hist:d9096215dffe07ac4c51596ac26350f8e34c4d7d (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_compat.h | d9096215dffe07ac4c51596ac26350f8e34c4d7d Fri Dec 02 10:41:23 UTC 2022 Jens Wiklander <jens.wiklander@linaro.org> GP131: Update TEE_AE* functions
Updates the following functions: - TEE_AEInit() - TEE_AEUpdateAAD() - TEE_AEUpdate() - TEE_AEEncryptFinal() - TEE_AEDecryptFinal() according to TEE Internal Core API version 1.3.1. The nonceLen, AADLen, payloadLen, AADdataLen, srcLen, destLen and tagLen parameters are changed to use size_t instead of uint32_t.
Note that the tagLen parameter of TEE_AEInit() is still of the type uint32_t.
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| H A D | tee_internal_api.h | d9096215dffe07ac4c51596ac26350f8e34c4d7d Fri Dec 02 10:41:23 UTC 2022 Jens Wiklander <jens.wiklander@linaro.org> GP131: Update TEE_AE* functions
Updates the following functions: - TEE_AEInit() - TEE_AEUpdateAAD() - TEE_AEUpdate() - TEE_AEEncryptFinal() - TEE_AEDecryptFinal() according to TEE Internal Core API version 1.3.1. The nonceLen, AADLen, payloadLen, AADdataLen, srcLen, destLen and tagLen parameters are changed to use size_t instead of uint32_t.
Note that the tagLen parameter of TEE_AEInit() is still of the type uint32_t.
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | d9096215dffe07ac4c51596ac26350f8e34c4d7d Fri Dec 02 10:41:23 UTC 2022 Jens Wiklander <jens.wiklander@linaro.org> GP131: Update TEE_AE* functions
Updates the following functions: - TEE_AEInit() - TEE_AEUpdateAAD() - TEE_AEUpdate() - TEE_AEEncryptFinal() - TEE_AEDecryptFinal() according to TEE Internal Core API version 1.3.1. The nonceLen, AADLen, payloadLen, AADdataLen, srcLen, destLen and tagLen parameters are changed to use size_t instead of uint32_t.
Note that the tagLen parameter of TEE_AEInit() is still of the type uint32_t.
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|