MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClAes_KeyEncodingMechanisms.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2024 NXP */
3/* */
4/* NXP Confidential and Proprietary. This software is owned or controlled */
5/* by NXP and may only be used strictly in accordance with the applicable */
6/* license terms. By expressly accepting such terms or by downloading, */
7/* installing, activating and/or otherwise using the software, you are */
8/* agreeing that you have read, and that you agree to comply with and are */
9/* bound by, such license terms. If you do not agree to be bound by the */
10/* applicable license terms, then you may not retain, install, activate or */
11/* otherwise use the software. */
12/*--------------------------------------------------------------------------*/
13
18
19#ifndef MCUXCLAES_KEYENCODINGMECHANISMS_H_
20#define MCUXCLAES_KEYENCODINGMECHANISMS_H_
21
22#include <mcuxClKey_Types.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28
35
36MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Consumed by user / customer. Hence, it is declared but never referenced. ")
37
38
39
43
49
50MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
51
53
54
55#ifdef __cplusplus
56} /* extern "C" */
57#endif
58
59#endif /* MCUXCLAES_KEYENCODINGMECHANISMS_H_ */
Type definitions for the mcuxClKey component.
static const mcuxClKey_Encoding_t mcuxClAes_Encoding_Rfc3394
Key encoding for RFC3394 key wrap/unwrap.
Definition mcuxClAes_KeyEncodingMechanisms.h:47
const mcuxClKey_EncodingDescriptor_t mcuxClAes_EncodingDescriptor_Rfc3394
Key encoding descriptor for RFC3394 key wrap/unwrap.
const mcuxClKey_EncodingDescriptor_t * mcuxClKey_Encoding_t
Key encoding mechanism type.
Definition mcuxClKey_Types.h:144
struct mcuxClKey_EncodingDescriptor mcuxClKey_EncodingDescriptor_t
Key encoding mechanism descriptor type.
Definition mcuxClKey_Types.h:137