commit | b99a4a1850c2ce661156ebc25f48d47efa8a41c1 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Apr 17 12:25:20 2019 +0200 |
committer | Joakim Bech <joakim.bech@linaro.org> | Thu Apr 18 14:52:07 2019 +0700 |
tree | e0428a4fa5464c5309750ea71a9aed1e3ee5154c | |
parent | 4b5c81cc18db44f317d1b67646c3efb32153133c [diff] |
libmbedtls: mbedtls_mpi_exp_mod() initialize W ae499f6a39f3 ("libmbedtls: mbedtls_mpi_exp_mod() initialize W") from branch import/mbedtls-2.16.0 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