mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Adapt older import_export test data to the new function signature
This commit is contained in:
committed by
itayzafrir
parent
5100318a92
commit
d1e8e41737
@ -340,6 +340,8 @@ typedef uint32_t psa_algorithm_t;
|
||||
#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
|
||||
|
Reference in New Issue
Block a user