MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClFfdh_KeyTypes.h File Reference

FFDH related definitions to be used for key handling mechanisms of the mcuxClKey component. More...

#include <mcuxClFfdh_Types.h>
#include <mcuxCsslAnalysis.h>

Go to the source code of this file.

Variables

const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe2048_Pub
 Key type structure for public FFDHE2048 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe2048_Pub
 Key type pointer for public FFDHE2048 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe2048_Priv
 Key type structure for private FFDHE2048 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe2048_Priv
 Key type pointer for private FFDHE2048 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe3072_Pub
 Key type structure for public FFDHE3072 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe3072_Pub
 Key type pointer for public FFDHE3072 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe3072_Priv
 Key type structure for private FFDHE3072 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe3072_Priv
 Key type pointer for private FFDHE3072 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe4096_Pub
 Key type structure for public FFDHE4096 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe4096_Pub
 Key type pointer for public FFDHE4096 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe4096_Priv
 Key type structure for private FFDHE4096 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe4096_Priv
 Key type pointer for private FFDHE4096 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe6144_Pub
 Key type structure for public FFDHE6144 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe6144_Pub
 Key type pointer for public FFDHE6144 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe6144_Priv
 Key type structure for private FFDHE6144 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe6144_Priv
 Key type pointer for private FFDHE6144 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe8192_Pub
 Key type structure for public FFDHE8192 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe8192_Pub
 Key type pointer for public FFDHE8192 keys.
const mcuxClKey_TypeDescriptor_t mcuxClKey_TypeDescriptor_Ffdh_ffdhe8192_Priv
 Key type structure for private FFDHE8192 keys.
static const mcuxClKey_Type_t mcuxClKey_Type_Ffdh_ffdhe8192_Priv
 Key type pointer for private FFDHE8192 keys.
const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_FFDH
 FFDH Key agreement algorithm descriptor.
static mcuxClKey_Agreement_t mcuxClKey_Agreement_FFDH
 FFDH Key agreement algorithm.

Detailed Description

FFDH related definitions to be used for key handling mechanisms of the mcuxClKey component.