Skip to content

Commit fe7acb4

Browse files
author
itayzafrir
committed
Change PSA_MAX_PERSISTENT_KEY_IDENTIFIER to 64 bit
Adapt to the ITS change of UIDs from 32 to 64 bits.
1 parent 92cf681 commit fe7acb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/psa_crypto_storage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern "C" {
5959
* This limitation will probably become moot when we implement client
6060
* separation for key storage.
6161
*/
62-
#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff0000
62+
#define PSA_MAX_PERSISTENT_KEY_IDENTIFIER 0xffff0000ffffffff
6363

6464
/**
6565
* \brief Format key data and metadata and save to a location for given key

0 commit comments

Comments
 (0)