commit | 614b28146e96edda3e92c316eb78b592e00072c2 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Sun Jun 22 21:23:48 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jun 27 10:24:40 2025 +0200 |
tree | 5ffd7d8849e5fa233f8e82a81d932b32dcbdcf0f | |
parent | 69315690d8ff7c3afcf881ccffde9bd2b09bfd1e [diff] |
core: user_ta: PAUTH key initialization may fail Test crypto_rng_read() return value when initializing user TA pointer authentication. For sake of simplicity get random bytes before user TA context starts to be initialized. Fixes: 2b06f9dede33 ("Add basic pointer authentication support for TA's") Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Reviewed-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