commit | d831db4c238a9fb06c0b7891f5aa845c76ce358b | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Nov 08 11:18:22 2018 +0100 |
committer | Jérôme Forissier <jerome.forissier@linaro.org> | Wed Mar 20 14:04:44 2019 +0100 |
tree | f8ced30f5385eedcec85297e33d1292f3dcf6d55 | |
parent | df0f4886b6639a6f704f0f4bf0991a77e58ac90d [diff] |
libmbedtls: add mbedtls_mpi_init_mempool() Adds mbedtls_mpi_init_mempool() which initializes a mbedtls_mpi struct to use the mempool mbedtls_mpi_mempool if configured for memory allocation. All local memory allocation are changed to use mbedtls_mpi_init_mempool() instead of mbedtls_mpi_init(). This will give a stack like alloc/free pattern for which the mempool is optimized. Acked-by: Jerome Forissier <jerome.forissier@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