Home
last modified time | relevance | path

Searched refs:pCmpuData (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu.c74 static uint32_t CC_PROD_HandleHbk0(CCCmpuData_t *pCmpuData, in CC_PROD_HandleHbk0() argument
84 switch (pCmpuData->uniqueDataType){ in CC_PROD_HandleHbk0()
92 …CC_PalMemCopy(pHbk0BuffForOtp, pCmpuData->uniqueBuff.hbk0, CC_OTP_HBK0_SIZE_IN_WORDS * CC_32BIT_WO… in CC_PROD_HandleHbk0()
102 pDcuLockBuffForOtp[i] = pCmpuData->icvDcuDefaultLock[i] & icvOwnership; in CC_PROD_HandleHbk0()
106 …_BitListFromNum(pSwVerBuffForOtp, CC_OTP_HBK0_MIN_VERSION_SIZE_IN_WORDS, pCmpuData->icvMinVersion); in CC_PROD_HandleHbk0()
123 static uint32_t CC_PROD_HandleKpicv(CCCmpuData_t *pCmpuData, in CC_PROD_HandleKpicv() argument
132 switch (pCmpuData->kpicvDataType) { in CC_PROD_HandleKpicv()
137 error = CC_PROD_PkgVerify((CCProdAssetPkg_t *)&pCmpuData->kpicv.pkgAsset, in CC_PROD_HandleKpicv()
140pCmpuData->uniqueBuff.hbk0, CC_OTP_HBK0_SIZE_IN_WORDS * CC_32BIT_WORD_SIZE, in CC_PROD_HandleKpicv()
150 CC_PalMemCopy(pBuffForOtp, pCmpuData->kpicv.plainAsset, PROD_ASSET_SIZE); in CC_PROD_HandleKpicv()
[all …]
Dcc_cmpu.h106 CCCmpuData_t *pCmpuData,