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 41 of file id.h.
◆ PSA_KEY_ID_USER_MAX
The maximum value for a key identifier chosen by the application.
Definition at line 51 of file id.h.
◆ PSA_KEY_ID_USER_MIN
The minimum value for a key identifier chosen by the application.
Definition at line 46 of file id.h.
◆ PSA_KEY_ID_VENDOR_MAX
The maximum value for a key identifier chosen by the implementation.
Definition at line 61 of file id.h.
◆ PSA_KEY_ID_VENDOR_MIN
The minimum value for a key identifier chosen by the implementation.
Definition at line 56 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 33 of file id.h.