Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c68 err = PkaInitAndMutexLock(sizeNbits, &pkaReqRegs); in PkiCalcNp()
127 error = PkaInitAndMutexLock(CC_BITS_IN_32BIT_WORD*opSizeWords, &pkaReqRegs); in PkiLongNumDiv()
207 error = PkaInitAndMutexLock(CC_BITS_IN_32BIT_WORD*OpSizeInWords, &pkaReqRegs); in PkiLongNumMul()
271 if (PkaInitAndMutexLock(regSizeInBits, &pkaRegCount) != CC_SUCCESS) { in PkiClearAllPka()
428 err = PkaInitAndMutexLock(modSizeBits, &pkaRegsCount); in PkiExecModExpBe()
505 err = PkaInitAndMutexLock(modSizeBits, &pkaRegsCount); in PkiExecModExpLeW()
Dpka.h285 CCError_t PkaInitAndMutexLock(uint32_t sizeInBits,
Dpka.c354 CCError_t PkaInitAndMutexLock(uint32_t sizeInBits, /*!< [in] Operation (modulus) exact size in b… in PkaInitAndMutexLock() function
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/srp/
Dsrp.c43 rc = PkaInitAndMutexLock(pCtx->groupParam.modSizeInBits, &pkaRegCount); in SrpPwdVerifierCalc()
99 rc = PkaInitAndMutexLock(pCtx->groupParam.modSizeInBits, &pkaRegCount); in SrpHostSharedSecretCalc()
197 rc = PkaInitAndMutexLock(pCtx->groupParam.modSizeInBits, &pkaRegCount); in SrpUserSharedSecretCalc()
270 rc = PkaInitAndMutexLock(pCtx->groupParam.modSizeInBits, &pkaRegCount); in SrpHostPublicKeyCalc()
336 rc = PkaInitAndMutexLock(pCtx->groupParam.modSizeInBits, &pkaRegCount); in SrpUserPublicKeyCalc()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_public.c83 error = PkaInitAndMutexLock(pPubKey->nSizeInBits, &pkaReqRegs); in RsaExecPubKeyExp()
Drsa_private.c63 error = PkaInitAndMutexLock(pPrivKey->nSizeInBits,&pkaReqRegs); in RsaExecPrivKeyExpNonCrt()
148 error = PkaInitAndMutexLock(pPrivKey->nSizeInBits, &pkaReqRegs); in RsaExecPrivKeyExpCrt()
Drsa_genkey.c1273 error = PkaInitAndMutexLock(modulusSizeInBits, &pkaReqRegs); in RsaKgPrimeTest()
1360 error = PkaInitAndMutexLock(2*primeSizeInBits, &pkaRegsCount ); in RsaCalculateNandD()
1515 error = PkaInitAndMutexLock(primeSizeInBits, &maxCountRegs); in RsaKgFindPrime()
1636 error = PkaInitAndMutexLock(primeSizeInWords*CC_BITS_IN_32BIT_WORD, &maxCountRegs ); in RsaCalculateCrtParams()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa_verify.c55 err = PkaInitAndMutexLock(CC_MAX(ordSizeInBits, modSizeInBits), &pkaReqRegs); in EcWrstDsaVerify()
Dec_wrst_dsa.c84 … err = PkaInitAndMutexLock(pDomain->ordSizeInBits , &pkaReqRegs); // RL Count regs to clean 9! in CalcSignature()
314 err = PkaInitAndMutexLock(CC_MAX(ordSizeInBits, modSizeInBits), &pkaReqRegs); in EcWrstDsaVerify()
Dec_wrst.c56 err = PkaInitAndMutexLock(modSizeInBits, &pkaReqRegs); in EcWrstInitPubKey()
Dpka_ec_wrst_smul_no_scap.c270 err = PkaInitAndMutexLock(modSizeInBits, &pkaReqRegs); in ScalarMultAff()
Dpka_ec_wrst_smul_scap.c333 err = PkaInitAndMutexLock(CC_MAX(modSizeInBits, domain->ordSizeInBits), &pkaReqRegs); in ScalarMultSca()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c413 rc = PkaInitAndMutexLock(POLY_PRIME_SIZE_IN_BITS, &pkaRegsNum); in PolyMacCalc()
541 rc = PkaInitAndMutexLock(POLY_PRIME_SIZE_IN_BITS, &pkaRegsNum); in PolyUpdate()
607 rc = PkaInitAndMutexLock(POLY_PRIME_SIZE_IN_BITS, &pkaRegsNum); in PolyFinish()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Dstackinfo783 PkaInitAndMutexLock 64 16
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c2874 ret = PkaInitAndMutexLock(2*sizeBitsP, &regCount); in mbedtls_alt_rsa_deduce_crt()