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