MCUX CLNS
MCUX Crypto Library Normal Secure
McuxClPkc_Functions_Calculation

mcuxClPkc functions of PKC calculation More...

Macros

#define MCUXCLPKC_FP_CALCFUP(pUPTR, ulen)
 Helper macro to call #mcuxClPkc_CalcFup with flow protection. More...
 
#define MCUXCLPKC_FP_CALCFUP_OFFSET(pUPTR, skipLen, ulen)
 Helper macro to call #mcuxClPkc_CalcFup (skipping first skipLen calculation(s)) with flow protection. More...
 

Typedefs

typedef const struct mcuxClPkc_FUPEntry * mcuxClPkc_PtrFUPEntry_t
 type of FUP program address. More...
 

Variables

uint32_t iR_iX_iY_iZ
 
uint32_t iR_iX_iY_C
 
uint8_t uLength
 

Detailed Description

mcuxClPkc functions of PKC calculation

Macro Definition Documentation

◆ MCUXCLPKC_FP_CALCFUP

#define MCUXCLPKC_FP_CALCFUP (   pUPTR,
  ulen 
)

Helper macro to call #mcuxClPkc_CalcFup with flow protection.

◆ MCUXCLPKC_FP_CALCFUP_OFFSET

#define MCUXCLPKC_FP_CALCFUP_OFFSET (   pUPTR,
  skipLen,
  ulen 
)

Helper macro to call #mcuxClPkc_CalcFup (skipping first skipLen calculation(s)) with flow protection.

Typedef Documentation

◆ mcuxClPkc_PtrFUPEntry_t

typedef const struct mcuxClPkc_FUPEntry* mcuxClPkc_PtrFUPEntry_t

type of FUP program address.