Key ID definitions for the PSA Crypto API.
More...
#include <stdint.h>
Go to the source code of this file.
◆ PSA_KEY_ID_NULL
The null key identifier.
The null key identifier is always invalid, except when used without in a call to psa_destroy_key() which will return PSA_SUCCESS.
Definition at line 45 of file id.h.
◆ PSA_KEY_ID_USER_MAX
The maximum value for a key identifier chosen by the application.
Definition at line 55 of file id.h.
◆ PSA_KEY_ID_USER_MIN
The minimum value for a key identifier chosen by the application.
Definition at line 50 of file id.h.
◆ PSA_KEY_ID_VENDOR_MAX
The maximum value for a key identifier chosen by the implementation.
Definition at line 65 of file id.h.
◆ PSA_KEY_ID_VENDOR_MIN
The minimum value for a key identifier chosen by the implementation.
Definition at line 60 of file id.h.
◆ psa_key_id_t
Key identifier.
A key identifier can be a permanent name for a persistent key, or a transient reference to volatile key.
Definition at line 37 of file id.h.