Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c508 uint32_t modSizeBytes, modSizeWords; in DhX942FindPrimeP() local
567 modSizeBytes = CALC_FULL_BYTES(modPsizeBits); in DhX942FindPrimeP()
580 CC_PalMemSetZero(P_ptr, modSizeBytes + 2); in DhX942FindPrimeP()
621 current_ptr = &((uint8_t*)P_ptr)[modSizeBytes - CC_DH_SEED_MIN_SIZE_IN_BYTES]; in DhX942FindPrimeP()
622 remainingSize = modSizeBytes; in DhX942FindPrimeP()
660 …r = CC_CommonConvertMsbLsbBytesToLswMswWords(P_ptr, modSizeWords*4, (uint8_t*)P_ptr, modSizeBytes); in DhX942FindPrimeP()
687 CC_PalMemSetZero((uint8_t*)TempBuff4_ptr, modSizeBytes); in DhX942FindPrimeP()
712 CC_PalMemSetZero((uint8_t*)TempBuff4_ptr, modSizeBytes); in DhX942FindPrimeP()
758 CC_PalMemSetZero(P_ptr, modSizeBytes); in DhX942FindPrimeP()
804 uint32_t modSizeBytes, modSizeWords, orderSizeBytes; in DhX942CreateGenerator() local
[all …]
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/
Dcc_rsa_verify.c421 uint16_t modSizeBytes; /*rounded number of Bytes for padding2 length*/ in CC_RsaVerifyFinish() local
453 modSizeBytes = (uint16_t)(CALC_FULL_BYTES(PubKey_ptr->nSizeInBits)); in CC_RsaVerifyFinish()
459 modSizeBytes, in CC_RsaVerifyFinish()
466modSizeBytes); in CC_RsaVerifyFinish()
502 modSizeBytes, in CC_RsaVerifyFinish()
515 (uint8_t*)ccmWorkingContext_ptr->EBD, modSizeBytes)) { in CC_RsaVerifyFinish()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c420 uint32_t modSizeBytes; in PkiExecModExpBe() local
433 modSizeBytes = CALC_FULL_BYTES(modSizeBits); in PkiExecModExpBe()
437 modSizeBytes, pTemp); in PkiExecModExpBe()
459 PkaCopyDataFromPkaRegToBe8Buff(pOut, OUT_REG, modSizeBytes, pTemp); in PkiExecModExpBe()