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

Definitions of ECC related key agreement algorithm descriptors. More...

Variables

const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_ECDH
 ECDH Key agreement algorithm descriptor.
static mcuxClKey_Agreement_t mcuxClKey_Agreement_ECDH
 ECDH Key agreement algorithm.
const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_MontDH
 MontDH Key agreement algorithm descriptor.
static mcuxClKey_Agreement_t mcuxClKey_Agreement_MontDH
 MontDH Key agreement algorithm.

Detailed Description

Definitions of ECC related key agreement algorithm descriptors.

Variable Documentation

◆ mcuxClKey_AgreementDescriptor_ECDH

const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_ECDH
extern

ECDH Key agreement algorithm descriptor.

◆ mcuxClKey_Agreement_ECDH

mcuxClKey_Agreement_t mcuxClKey_Agreement_ECDH
static

ECDH Key agreement algorithm.

Examples
mcuxClEcc_ECDH_KeyAgreement_NIST_P256_example.c.

◆ mcuxClKey_AgreementDescriptor_MontDH

const mcuxClKey_AgreementDescriptor_t mcuxClKey_AgreementDescriptor_MontDH
extern

MontDH Key agreement algorithm descriptor.

Examples
mcuxClEcc_MontDH_Curve25519_example.c, and mcuxClEcc_MontDH_Curve448_example.c.

◆ mcuxClKey_Agreement_MontDH

mcuxClKey_Agreement_t mcuxClKey_Agreement_MontDH
static

MontDH Key agreement algorithm.