commit | ae499f6a39f395801dff7f5353cb7424500f648a | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Apr 17 12:25:20 2019 +0200 |
committer | Joakim Bech <joakim.bech@linaro.org> | Wed Apr 17 21:42:17 2019 +0700 |
tree | e5afcdd47174d0ac8ddfad0f6b5baa8898808ff8 | |
parent | b95a6c5de200b12b985daab883edcfe0918be097 [diff] |
libmbedtls: mbedtls_mpi_exp_mod() initialize W Initialize W using mbedtls_mpi_init_mempool() instead of memset() to ensure that the temporary variable uses the designated memory pool if configured. Acked-by: Etienne Carriere <etienne.carriere@linaro.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