Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c48 size_t ecOrdSizeBytes, ecModSizeBytes; in CC_EcMontScalarmult() local
67 ecModSizeBytes = pEcDomain->ecModSizeInWords * sizeof(uint32_t); in CC_EcMontScalarmult()
71 if (*pResPointSize < ecModSizeBytes || in CC_EcMontScalarmult()
72 inPointSize != ecModSizeBytes || in CC_EcMontScalarmult()
84 CC_CommonConvertLsbMsbBytesToLswMswWords(pInPoint32, (uint8_t*)pInPoint, ecModSizeBytes); in CC_EcMontScalarmult()
110 *pResPointSize = ecModSizeBytes; in CC_EcMontScalarmult()
115 CC_PalMemSetZero((uint8_t*)pScalar32, ecModSizeBytes); in CC_EcMontScalarmult()
118 CC_PalMemSetZero((uint8_t*)pResPoint32, ecModSizeBytes); in CC_EcMontScalarmult()
121 CC_PalMemSetZero((uint8_t*)pInPoint32, ecModSizeBytes); in CC_EcMontScalarmult()
155 size_t ecOrdSizeBytes, ecModSizeBytes; in CC_EcMontScalarmultBase() local
[all …]