commit | 8281d645aad6aa3a01dbf080e7794337f88947e9 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Mon Apr 22 18:23:45 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jun 17 11:02:21 2024 +0200 |
tree | 3f61476067bea0c8195926a358715c1409c4b687 | |
parent | 576726aa5ae2b2dfb811b9636e14329e1ec1ff85 [diff] |
xtest: return out-buffer sizes unconditionally In ta_crypt_cmd_cipher_update(), ta_crypt_cmd_cipher_do_final(), ta_crypt_cmd_ae_update(), ta_crypt_cmd_ae_encrypt_final(), and ta_crypt_cmd_ae_decrypt_final(), always return out-buffer sizes even if the function doesn't return TEEC_SUCCESS. Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the test suite (xtest) used to test 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_test.
// OP-TEE core maintainers