MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClFfdh_KeyEncodingMechanisms.h
Go to the documentation of this file.
1/*--------------------------------------------------------------------------*/
2/* Copyright 2025 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 MCUXCLFFDH_KEYENCODINGMECHANISMS_H
20#define MCUXCLFFDH_KEYENCODINGMECHANISMS_H
21
22#include <mcuxClKey_Types.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28MCUX_CSSL_ANALYSIS_START_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED("Key encoding types are provided as external API for the user/customer, and never used internally.")
29
30/**********************************************************/
31/* FFDH key encoding */
32/**********************************************************/
33
34
41#define mcuxClFfdh_Encoding_PrivateKey_Plain &mcuxClFfdh_EncodingDescriptor_PrivateKey_Plain
42
50#define mcuxClFfdh_Encoding_PublicKey_Plain &mcuxClFfdh_EncodingDescriptor_PublicKey_Plain
51
52MCUX_CSSL_ANALYSIS_STOP_SUPPRESS_DECLARED_BUT_NEVER_REFERENCED()
53
54
55#ifdef __cplusplus
56} /* extern "C" */
57#endif
58
59#endif /* MCUXCLFFDH_KEYENCODINGMECHANISMS_H */
const mcuxClKey_EncodingDescriptor_t mcuxClFfdh_EncodingDescriptor_PrivateKey_Plain
Key encoding descriptor for a FFDH private key.
const mcuxClKey_EncodingDescriptor_t mcuxClFfdh_EncodingDescriptor_PublicKey_Plain
Key encoding descriptor for a FFDH public key.
Type definitions for the mcuxClKey component.
struct mcuxClKey_EncodingDescriptor mcuxClKey_EncodingDescriptor_t
Key encoding mechanism descriptor type.
Definition mcuxClKey_Types.h:137