Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
sizes.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2025 TU Dresden
3
* SPDX-FileCopyrightText: 2021 HAW Hamburg
4
* SPDX-License-Identifier: LGPL-2.1-only
5
*/
6
7
#pragma once
8
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
34
#define PSA_RAW_KEY_AGREEMENT_OUTPUT_MAX_SIZE \
35
/* implementation-defined value */
36
53
#define PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE(key_type, key_bits) \
54
/* implementation-defined value */
55
56
#ifdef __cplusplus
57
}
58
#endif
59
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1