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
20extern "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
30typedef SaSiAesUserContext_t psa_cipher_aes_128_ctx_t;
31#endif
32
33#ifdef __cplusplus
34}
35#endif
36
Common macros and compiler attributes/pragmas configuration.
SaSiAesUserContext_t psa_cipher_aes_128_ctx_t
Map driver specific AES context to PSA context.