commit | d1e8e41737ea221bbe179effb5255d217cdf0946 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Jun 07 09:49:39 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:13:23 2018 +0300 |
tree | 3aef2fc0d0c83a59a69648485111b9926feac760 | |
parent | 5100318a92869f889a9cb1cf36dfdb1d24861743 [diff] [blame] |
Adapt older import_export test data to the new function signature
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 0c9bf61..c8a05a4 100755 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -340,6 +340,8 @@ #define PSA_ALG_RSA_GET_HASH(alg) \ (((alg) & PSA_ALG_HASH_MASK) | PSA_ALG_CATEGORY_HASH) +#define PSA_ALG_ECDSA_RAW ((psa_algorithm_t)0x10030000) + /**@}*/ /** \defgroup key_management Key management