Loading...
Searching...
No Matches
values.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
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
31#define PSA_KEY_DERIVATION_INPUT_CONTEXT /* implementation-defined value */
32
38#define PSA_KEY_DERIVATION_INPUT_COST /* implementation-defined value */
39
46#define PSA_KEY_DERIVATION_INPUT_INFO /* implementation-defined value */
47
54#define PSA_KEY_DERIVATION_INPUT_LABEL /* implementation-defined value */
55
68#define PSA_KEY_DERIVATION_INPUT_PASSWORD /* implementation-defined value */
69
76#define PSA_KEY_DERIVATION_INPUT_SALT /* implementation-defined value */
77
89#define PSA_KEY_DERIVATION_INPUT_SECRET /* implementation-defined value */
90
97#define PSA_KEY_DERIVATION_INPUT_SEED /* implementation-defined value */
98
99#ifdef __cplusplus
100}
101#endif
102