commit | 8fbea62fe2fccc6dc3e8f8bc6ec45785e7b10e8b | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Wed Sep 06 10:22:19 2023 +0100 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Thu Oct 05 09:27:15 2023 +0100 |
tree | b76b85482910b147e0be96ede1c5ebeccfd072c3 | |
parent | 78e14f8ae2ef32a8aa811413cbd66fea262dfa17 [diff] |
feat(mbedtls-psa): register an ad-hoc PSA crypto driver An ad-hoc MbedTLS PSA crypto driver is registered by compiling a new driver file, namely mbedtls_psa_crypto.c when PSA_CRYPTO=1. As of now, this file is the same as mbedtls_crypto.c, but subsequent patches will update crypto functions in this file to trigger PSA crypto APIs. Change-Id: I404c347990661d87dcf5d0501d238e36914ec3ee Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>