Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c421 uint32_t pkaRegsCount = 7; in PkiExecModExpBe() local
428 err = PkaInitAndMutexLock(modSizeBits, &pkaRegsCount); in PkiExecModExpBe()
463 PkaFinishAndMutexUnlock(pkaRegsCount); in PkiExecModExpBe()
498 uint32_t pkaRegsCount = 7; in PkiExecModExpLeW() local
505 err = PkaInitAndMutexLock(modSizeBits, &pkaRegsCount); in PkiExecModExpLeW()
538 PkaFinishAndMutexUnlock(pkaRegsCount); in PkiExecModExpLeW()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1345 uint32_t pkaRegsCount = 8; in RsaCalculateNandD() local
1360 error = PkaInitAndMutexLock(2*primeSizeInBits, &pkaRegsCount ); in RsaCalculateNandD()
1371 PkaClearBlockOfRegs(r0/*firstReg*/, pkaRegsCount, LEN_ID_MAX_BITS); in RsaCalculateNandD()
1481 PkaFinishAndMutexUnlock( pkaRegsCount ); in RsaCalculateNandD()