Zephyr API Documentation 4.2.0-rc1
A Scalable Open Source RTOS
 4.2.0-rc1
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
keys.h
Go to the documentation of this file.
1
5/*
6 * Copyright (c) 2023 Nordic Semiconductor ASA
7 *
8 * SPDX-License-Identifier: Apache-2.0
9 */
10
11#ifndef ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_
12#define ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_
13
14#include <stdint.h>
15#include <psa/crypto.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_KEYS_H_ */
uint32_t psa_key_id_t
Definition key_ids.h:25
The structure that keeps representation of key.
Definition keys.h:22
psa_key_id_t key
PSA key representation is the PSA key identifier.
Definition keys.h:24