commit | bf7ce25bb90f9a16b865c2e6a9626aa58e2e1f5a | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Nov 07 08:11:29 2018 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Mon Nov 25 09:21:51 2024 +0100 |
tree | 46eae948ef8a5ca9e85cde9153b4f77fd21ff703 | |
parent | 04a9845a09b4e6f574829668e850cd9259ab3fa6 [diff] |
libmbedtls: make mbedtls_mpi_mont*() available Makes mbedtls_mpi_montg_init(), mbedtls_mpi_montmul() and mbedtls_mpi_montred() available for external use. Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [jf: rebased onto mbedtls-2.22.0] [jf: rebased onto mbedtls-2.27.0, keep static functions] Signed-off-by: Jerome Forissier <jerome@forissier.org> [jf: rebased onto mbedtls-2.28.1] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> [jw: rebased onto mbedtls-3.4.0] Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> [tve: rebased onto mbedtls-3.6.0, replace original functions] Signed-off-by: Tom Van Eyck <tom.vaneyck@kuleuven.be> [sby: rebased onto mbedtls-3.6.2] Signed-off-by: Sungbae Yoo <sungbaey@nvidia.com>
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