Loading...
Searching...
No Matches
bits.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2024 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
25#include <stdint.h>
26
30typedef uint16_t psa_key_bits_t;
31
32#ifdef __cplusplus
33}
34#endif
35
uint16_t psa_key_bits_t
Public interfaces use size_t, but internally we use a smaller type.
Definition bits.h:30