We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae2dd7 commit ff24f59Copy full SHA for ff24f59
library/psa_crypto_storage.h
@@ -59,11 +59,7 @@ extern "C" {
59
* This limitation will probably become moot when we implement client
60
* separation for key storage.
61
*/
62
-#if defined(MBEDTLS_PSA_CRYPTO_SPM)
63
-#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff000000000000
64
-#else
65
#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff0000
66
-#endif
67
68
/**
69
* \brief Format key data and metadata and save to a location for given key
0 commit comments