Define the PKC workarea size required by mcuxClEcc APIs. More...
Macros | |
#define | MCUXCLECC_PKC_WORDSIZE |
PKC wordsize in ECC component. | |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE(pByteLen, nByteLen) |
PKC workarea size (in bytes) for mcuxClEcc_KeyGen for arbitrary lengths of p and n. | |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE_128 |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE_256 |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE_384 |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE_512 |
#define | MCUXCLECC_KEYGEN_WAPKC_SIZE_640 |
#define | MCUXCLECC_SIGN_WAPKC_SIZE(pByteLen, nByteLen) |
PKC workarea size (in bytes) for mcuxClEcc_Sign for arbitrary lengths of p and n. | |
#define | MCUXCLECC_SIGN_WAPKC_SIZE_128 |
#define | MCUXCLECC_SIGN_WAPKC_SIZE_256 |
#define | MCUXCLECC_SIGN_WAPKC_SIZE_384 |
#define | MCUXCLECC_SIGN_WAPKC_SIZE_512 |
#define | MCUXCLECC_SIGN_WAPKC_SIZE_640 |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE(pByteLen, nByteLen) |
PKC workarea size (in bytes) for mcuxClEcc_Verify for arbitrary lengths of p and n. | |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE_128 |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE_256 |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE_384 |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE_512 |
#define | MCUXCLECC_VERIFY_WAPKC_SIZE_640 |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE(pByteLen, nByteLen) |
PKC workarea size (in bytes) for mcuxClEcc_PointMult for arbitrary lengths of p and n. | |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE_128 |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE_256 |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE_384 |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE_512 |
#define | MCUXCLECC_POINTMULT_WAPKC_SIZE_640 |
Define the PKC workarea size required by mcuxClEcc APIs.
#define MCUXCLECC_PKC_WORDSIZE |
PKC wordsize in ECC component.
#define MCUXCLECC_KEYGEN_WAPKC_SIZE | ( | pByteLen, | |
nByteLen | |||
) |
PKC workarea size (in bytes) for mcuxClEcc_KeyGen for arbitrary lengths of p and n.
#define MCUXCLECC_SIGN_WAPKC_SIZE | ( | pByteLen, | |
nByteLen | |||
) |
PKC workarea size (in bytes) for mcuxClEcc_Sign for arbitrary lengths of p and n.
#define MCUXCLECC_VERIFY_WAPKC_SIZE | ( | pByteLen, | |
nByteLen | |||
) |
PKC workarea size (in bytes) for mcuxClEcc_Verify for arbitrary lengths of p and n.
#define MCUXCLECC_POINTMULT_WAPKC_SIZE | ( | pByteLen, | |
nByteLen | |||
) |
PKC workarea size (in bytes) for mcuxClEcc_PointMult for arbitrary lengths of p and n.