forked from OP-TEE/optee_os
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libutee: TEE_ALG_[ECDSA|ECDH]_P* relate to API v1.1
Remove definition of TEE_ALG_ECDSA_P192/224/256/384/521 and TEE_ALG_ECDH_P192/224/256/384/521 when libutee is built without GP TEE Internal Core API v1.1 compatibility support. These macros are now related to OP-TEE internal __OPTEE_ALG_ECDSA_P* and __OPTEE_ALG_ECDH_P* algorithm IDs that are more accurate. This change will allow to later remove the relation between the ECDSA/ECDH algorithm and the EC key with when using API v1.3.1 while still supporting that relation when building for API v1.1. Update pkcs11 TA and remoteproc TA accordingly. Signed-off-by: Etienne Carriere <[email protected]>
- Loading branch information
1 parent
8261ca4
commit 1f15624
Showing
3 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters