commit | 9cf576a9f597db75d892cab78eae646151a7ecc0 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Mar 06 10:26:36 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Mar 14 21:48:51 2023 +0100 |
tree | 77fe42f77b6e98a426e4e37c02091b96bd5d9fad | |
parent | 53af8d70486c9c74409b07e75a01f7867952e6ae [diff] |
drivers: crypto: versal: do not use deprecated algorithm macros The TEE_ALG_ECDSA_P384 and TEE_ALG_ECDSA_P521 constants are deprecated since commit fe2fd3ff46c0 ("GP131: Add TEE_ALG_ECDH_DERIVE_SHARED_SECRET and TEE_ALG_ECDSA_SHA*"). Therefore use TEE_ALG_ECDSA_SHA384 or TEE_ALG_ECDSA_SHA512 instead (no functional change since the aforementioned commit made them equal). Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> 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