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... | |
Define the CPU workarea size required by mcuxClEcc APIs.
#define MCUXCLECC_KEYGEN_WACPU_SIZE | ( | byteLenN | ) |
CPU workarea size (in bytes) for mcuxClEcc_KeyGen. Parameter byteLenN is just to keep the API consistent.
#define MCUXCLECC_SIGN_WACPU_SIZE | ( | byteLenN | ) |
CPU workarea size (in bytes) for mcuxClEcc_Sign. Parameter byteLenN is just to keep the API consistent.
#define MCUXCLECC_VERIFY_WACPU_SIZE |
CPU workarea size (in bytes) for mcuxClEcc_Verify.
#define MCUXCLECC_POINTMULT_WACPU_SIZE |
CPU workarea size (in bytes) for mcuxClEcc_PointMult.
#define MCUXCLECC_WEIERECC_GENERATEDOMAINPARAMS_WACPU_SIZE |
CPU workarea size (in bytes) for mcuxClEcc_WeierECC_GenerateDomainParams.