Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
psa_periph_aes_ctx.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 HAW Hamburg
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#include "ssi_aes.h"
24
#include "
kernel_defines.h
"
25
26
#if IS_USED(MODULE_PERIPH_CIPHER_AES_128_CBC) || DOXYGEN
30
typedef
SaSiAesUserContext_t
psa_cipher_aes_128_ctx_t
;
31
#endif
32
33
#ifdef __cplusplus
34
}
35
#endif
36
kernel_defines.h
Common macros and compiler attributes/pragmas configuration.
psa_cipher_aes_128_ctx_t
SaSiAesUserContext_t psa_cipher_aes_128_ctx_t
Map driver specific AES context to PSA context.
Definition
psa_periph_aes_ctx.h:30
Generated on Thu Sep 24 2026 04:06:03 by
1.13.2