mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 23:37:02 +00:00
Add missing PSA_KEY_ID_NULL macro.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
272a3d4dd8
commit
64010dc544
|
@ -2025,6 +2025,9 @@
|
||||||
|
|
||||||
#define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t)0x800000)
|
#define PSA_KEY_LOCATION_VENDOR_FLAG ((psa_key_location_t)0x800000)
|
||||||
|
|
||||||
|
/** The null key identifier.
|
||||||
|
*/
|
||||||
|
#define PSA_KEY_ID_NULL ((psa_key_id_t)0)
|
||||||
/** The minimum value for a key identifier chosen by the application.
|
/** The minimum value for a key identifier chosen by the application.
|
||||||
*/
|
*/
|
||||||
#define PSA_KEY_ID_USER_MIN ((psa_key_id_t)0x00000001)
|
#define PSA_KEY_ID_USER_MIN ((psa_key_id_t)0x00000001)
|
||||||
|
|
Loading…
Reference in a new issue