Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c203 uint32_t *pEphemPublX, *pEphemPublY, *pEphemKeyBuf, *pMaxVect; in EcWrstDsaSign() local
221 pMaxVect = pEphemPublY + modSizeInWords; in EcWrstDsaSign()
229 pMaxVect[ordSizeInWords-1] = 0; /*zero MSWord of maxVect*/ in EcWrstDsaSign()
230 CC_PalMemCopy(pMaxVect, pDomain->ecR, sizeof(uint32_t)*ordSizeInWords); in EcWrstDsaSign()
233 … pRndContext, pDomain->ordSizeInBits, (uint8_t*)pMaxVect/* maxVect*/, (uint8_t*)pEphemKeyBuf); in EcWrstDsaSign()
246 funcTmpBuff = pMaxVect; /* because pMaxVect not needed yet */ in EcWrstDsaSign()