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.

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.