1
0
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:
Gilles Peskine
2018-06-07 09:49:39 +02:00
committed by itayzafrir
parent 5100318a92
commit d1e8e41737
2 changed files with 3 additions and 1 deletions

View File

@ -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