commit | 6898b2ca611e9505564494a799c6811085f244c1 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Apr 01 10:49:35 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Apr 06 18:34:09 2020 +0200 |
tree | cb1d3caf3285311086224dcb6054b7094a5206b5 | |
parent | b314df1fb76d6d77cc32d0130acadbd8fa247c95 [diff] |
core: arm: pmull_ghash_update_*() accepts unaligned payload Updates the relevant ld1 and vld1 instructions for AArch64 and AArch32 respectively to allow unaligned src and head parameters. Reviewed-by: Jerome Forissier <jerome@forissier.org> Signed-off-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