MCUX CLNS
MCUX Crypto Library Normal Secure

Define the CPU workarea size required by mcuxClEcc APIs. More...

Macros

#define MCUXCLECC_ALIGN_SIZE_CPU(byteLen)
 
#define MCUXCLECC_KEYGEN_WACPU_SIZE(byteLenN)
 CPU workarea size (in bytes) for mcuxClEcc_KeyGen. Parameter byteLenN is just to keep the API consistent. More...
 
#define MCUXCLECC_SIGN_WACPU_SIZE(byteLenN)
 CPU workarea size (in bytes) for mcuxClEcc_Sign. Parameter byteLenN is just to keep the API consistent. More...
 
#define MCUXCLECC_VERIFY_WACPU_SIZE
 CPU workarea size (in bytes) for mcuxClEcc_Verify. More...
 
#define MCUXCLECC_POINTMULT_WACPU_SIZE
 CPU workarea size (in bytes) for mcuxClEcc_PointMult. More...
 
#define MCUXCLECC_WEIERECC_GENERATEDOMAINPARAMS_WACPU_SIZE
 CPU workarea size (in bytes) for mcuxClEcc_WeierECC_GenerateDomainParams. More...
 

Detailed Description

Define the CPU workarea size required by mcuxClEcc APIs.

Macro Definition Documentation

◆ MCUXCLECC_KEYGEN_WACPU_SIZE

#define MCUXCLECC_KEYGEN_WACPU_SIZE (   byteLenN)

CPU workarea size (in bytes) for mcuxClEcc_KeyGen. Parameter byteLenN is just to keep the API consistent.

◆ MCUXCLECC_SIGN_WACPU_SIZE

#define MCUXCLECC_SIGN_WACPU_SIZE (   byteLenN)

CPU workarea size (in bytes) for mcuxClEcc_Sign. Parameter byteLenN is just to keep the API consistent.

◆ MCUXCLECC_VERIFY_WACPU_SIZE

#define MCUXCLECC_VERIFY_WACPU_SIZE

CPU workarea size (in bytes) for mcuxClEcc_Verify.

◆ MCUXCLECC_POINTMULT_WACPU_SIZE

#define MCUXCLECC_POINTMULT_WACPU_SIZE

CPU workarea size (in bytes) for mcuxClEcc_PointMult.

◆ MCUXCLECC_WEIERECC_GENERATEDOMAINPARAMS_WACPU_SIZE

#define MCUXCLECC_WEIERECC_GENERATEDOMAINPARAMS_WACPU_SIZE

CPU workarea size (in bytes) for mcuxClEcc_WeierECC_GenerateDomainParams.