MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClEcc_KeyGenerationDescriptors

Definitions of ECC related key pair generation algorithm descriptors. More...

Variables

const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_ECDH
 ECDH Key generation algorithm descriptor.
static mcuxClKey_Generation_t mcuxClKey_Generation_ECDH
 ECDH Key generation algorithm.
const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_ECDSA
 ECDSA Key generation algorithm descriptor.
static mcuxClKey_Generation_t mcuxClKey_Generation_ECDSA
 ECDSA Key generation algorithm.
const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_EdDSA_GeneratePrivKey
 EdDSA Key generation algorithm descriptor.
static mcuxClKey_Generation_t mcuxClKey_Generation_EdDSA_GeneratePrivKey
 EdDSA Key generation algorithm.
const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_MontDH
 MontDH Key generation algorithm descriptor.
static mcuxClKey_Generation_t mcuxClKey_Generation_MontDH
 MontDH Key generation algorithm.

Detailed Description

Definitions of ECC related key pair generation algorithm descriptors.

Variable Documentation

◆ mcuxClKey_GenerationDescriptor_ECDH

const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_ECDH
extern

ECDH Key generation algorithm descriptor.

◆ mcuxClKey_Generation_ECDH

mcuxClKey_Generation_t mcuxClKey_Generation_ECDH
static

ECDH Key generation algorithm.

◆ mcuxClKey_GenerationDescriptor_ECDSA

const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_ECDSA
extern

ECDSA Key generation algorithm descriptor.

◆ mcuxClKey_Generation_ECDSA

mcuxClKey_Generation_t mcuxClKey_Generation_ECDSA
static

◆ mcuxClKey_GenerationDescriptor_EdDSA_GeneratePrivKey

const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_EdDSA_GeneratePrivKey
extern

EdDSA Key generation algorithm descriptor.

This key generation algorithm descriptor shall be used for an EdDSA private and public key pair generation.

◆ mcuxClKey_Generation_EdDSA_GeneratePrivKey

mcuxClKey_Generation_t mcuxClKey_Generation_EdDSA_GeneratePrivKey
static

EdDSA Key generation algorithm.

This key generation algorithm shall be used for EdDSA private and public key pair generation.

Examples
mcuxClEcc_EdDSA_Ed25519_example.c.

◆ mcuxClKey_GenerationDescriptor_MontDH

const mcuxClKey_GenerationDescriptor_t mcuxClKey_GenerationDescriptor_MontDH
extern

MontDH Key generation algorithm descriptor.

This key generation algorithm descriptor shall be used for an MontDH private and public key pair generation.

◆ mcuxClKey_Generation_MontDH

mcuxClKey_Generation_t mcuxClKey_Generation_MontDH
static

MontDH Key generation algorithm.

This key generation algorithm shall be used for MontDH private and public key pair generation.

Examples
mcuxClEcc_MontDH_Curve25519_example.c, and mcuxClEcc_MontDH_Curve448_example.c.