commit | 23c112a6f05cc5e39bd4aaf52ad515cad532237d | [log] [tgz] |
---|---|---|
author | Sunny CHEN <sunny.chen@st.com> | Fri Jun 06 16:06:24 2025 +0800 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Jun 11 14:01:07 2025 +0200 |
tree | db06bcc842ad51ab10744667542e2652ca3417ef | |
parent | 9d09ea1a0c6720506d99e598a168e896e245b295 [diff] |
tee-supplicant: clear whole rsp_frm buffer Fix rpmb_data_req() for message types RPMB_MSG_TYPE_REQ_AUTH_KEY_PROGRAM and RPMB_MSG_TYPE_REQ_AUTH_DATA_WRITE: the response frame must be cleared fully before being used. Signed-off-by: Sunny Chen <sunny.chen@st.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
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_client.
// OP-TEE core maintainers