nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
platform_builtin_key_loader_ids.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef TFM_BUILTIN_KEY_LOADER_IDS_H
8#define TFM_BUILTIN_KEY_LOADER_IDS_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14/* HUK and IAK are max 32-byte on nordic platforms */
15#define TFM_BUILTIN_MAX_KEY_LEN 32
16
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* TFM_BUILTIN_KEY_LOADER_IDS_H */
psa_drv_slot_number_t
Definition platform_builtin_key_loader_ids.h:17
@ TFM_BUILTIN_KEY_SLOT_MAX
Definition platform_builtin_key_loader_ids.h:20
@ TFM_BUILTIN_KEY_SLOT_IAK
Definition platform_builtin_key_loader_ids.h:19
@ TFM_BUILTIN_KEY_SLOT_HUK
Definition platform_builtin_key_loader_ids.h:18