nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
cracen_psa_key_ids.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
20#ifndef CRACEN_PSA_KEY_IDS_H
21#define CRACEN_PSA_KEY_IDS_H
22
24#define CRACEN_BUILTIN_IDENTITY_KEY_ID ((uint32_t)0x7fffc001)
25
27#define CRACEN_BUILTIN_MKEK_ID ((uint32_t)0x7fffc002)
28
30#define CRACEN_BUILTIN_MEXT_ID ((uint32_t)0x7fffc003)
31
33#define CRACEN_PROTECTED_RAM_AES_KEY0_ID ((uint32_t)0x7fffc004)
34
36#define PSA_KEY_LOCATION_CRACEN ((psa_key_location_t)(0x800000 | ('N' << 8)))
37
44#define CRACEN_KEY_PERSISTENCE_REVOKABLE 0x02
45
51#define CRACEN_KEY_PERSISTENCE_READ_ONLY 0x03
52
55#endif