20#ifndef MCUXCLOSCCAPKC_FUNCTIONS_H_
21#define MCUXCLOSCCAPKC_FUNCTIONS_H_
26#include <mcuxClConfig.h>
109MCUX_CSSL_FP_PROTECTED_TYPE(
void) mcuxClOsccaPkc_MultipleShiftRotate_Index(uint32_t iModuluss, uint32_t iModulus, uint32_t leadingZeroBits, _Bool shiftLeft);
Definition of function identifiers for the flow protection mechanism.
Provides the API for the CSSL flow protection mechanism.
const struct mcuxClOsccaPkc_FUPEntry * mcuxClOsccaPkc_PtrFUPEntry_t
type of FUP program address.
Definition mcuxClOsccaPkc_Functions.h:47
#define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition mcuxCsslFlowProtection.h:125
#define MCUX_CSSL_FP_PROTECTED_TYPE(resultType)
Based on a given base type, builds a return type with flow protection.
Definition mcuxCsslFlowProtection.h:81
void mcuxClOsccaPkc_GeneratePointerTable(uint16_t *pOperandsBase, uint8_t *pBufferBase, uint32_t bufferSize, uint32_t bufferNums)
Initialize UPTR table.
Structure of PKC state backup.
Definition mcuxClOsccaPkc_Functions.h:41