commit | d3dcaf57aa8ed49e8fd3e65a01e0b2807c96a3c2 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Jan 24 11:21:12 2025 +0100 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Mon Jan 27 10:52:18 2025 +0100 |
tree | 91bd6d92be07080cf46882cca32f36c844b0743c | |
parent | a54dc52d7a051836aa2fc2e58dc766f6a263df56 [diff] |
ltc: ctr: fix counter increment when LTC_FAST is defined In CTR mode the counter needs to be incremented upon completion of each block. Unfortunately, if there is no crypto acceleration (accel_ctr_encrypt == NULL) and if LTC_FAST is defined, this does not happen. Add the missing call to fix the issue. Reported-by: Jork Loeser <jork.loeser@microsoft.com> Closes: https://lists.trustedfirmware.org/archives/list/op-tee@lists.trustedfirmware.org/thread/J4MMZPCM2MNKC2KWAXZUMTVEJP56U6OI/ Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers