commit | 70b0794965105da9f562e76127ff47e35c65d5c7 | [log] [tgz] |
---|---|---|
author | Tom Van Eyck <tom.vaneyck@kuleuven.be> | Mon Apr 15 14:58:15 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Jun 12 14:21:25 2024 +0200 |
tree | 674a19e40c1f391e87414105ecd21e6ff61126d2 | |
parent | 6cf76464fd867d04f726cfc154b4372f9dc0e03d [diff] |
libmbedtls: adjust use of rsa pk_wrap API These functions now accept `mbedtls_pk_context` instead of `mbedtls_rsa_context`. Use this wrapper struct in `libmbedtls/core/rsa.c`. Signed-off-by: Tom Van Eyck <tom.vaneyck@kuleuven.be> Acked-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