MCUX CLNS
MCUX Crypto Library Normal Secure
mcuxClEcc_MemoryConsumption

Defines the memory consumption for the mcuxClEcc component. More...

Modules

 MCUXCLECC_WACPU_
 Define the CPU workarea size required by mcuxClEcc APIs.
 
 MCUXCLECC_MONTDH_WACPU_
 Define the CPU workarea size required by mcuxClEcc MontDH APIs.
 
 MCUXCLECC_EDDSA_WACPU_
 Define the CPU workarea size required by mcuxClEcc EdDSA APIs.
 
 MCUXCLECC_WAPKC_
 Define the PKC workarea size required by mcuxClEcc APIs.
 
 MCUXCLECC_MONTDH_WAPKC_
 Define the PKC workarea size required by mcuxClEcc_Mont APIs.
 
 MCUXCLECC_EDDSA_WAPKC_
 Define the PKC workarea size required by mcuxClEcc EdDSA APIs.
 
 MCUXCLECC_EDDSA_GENKEYPAIR_DESC_SIZE_
 Define for the EdDSA key pair generation descriptor size.
 
 MCUXCLECC_EDDSA_SIGNATURE_PROTOCOL_DESC_SIZE_
 Define for the EdDSA signature protocol descriptor size.
 

Macros

#define MCUXCLECC_CUSTOMWEIERECCDOMAINPARAMS_SIZE(byteLenP, byteLenN)
 Define for the buffer size (in bytes) for optimized custom ECC Weierstrass domain parameters. More...
 

Detailed Description

Defines the memory consumption for the mcuxClEcc component.

Macro Definition Documentation

◆ MCUXCLECC_CUSTOMWEIERECCDOMAINPARAMS_SIZE

#define MCUXCLECC_CUSTOMWEIERECCDOMAINPARAMS_SIZE (   byteLenP,
  byteLenN 
)

Define for the buffer size (in bytes) for optimized custom ECC Weierstrass domain parameters.

Examples
mcuxClEcc_WeierECC_CustomEccWeierType_BN256_example.c.