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/ |
D | pki.c | 68 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()
|
D | pka.h | 285 CCError_t PkaInitAndMutexLock(uint32_t sizeInBits,
|
D | pka.c | 354 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/ |
D | srp.c | 43 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/ |
D | rsa_public.c | 83 error = PkaInitAndMutexLock(pPubKey->nSizeInBits, &pkaReqRegs); in RsaExecPubKeyExp()
|
D | rsa_private.c | 63 error = PkaInitAndMutexLock(pPrivKey->nSizeInBits,&pkaReqRegs); in RsaExecPrivKeyExpNonCrt() 148 error = PkaInitAndMutexLock(pPrivKey->nSizeInBits, &pkaReqRegs); in RsaExecPrivKeyExpCrt()
|
D | rsa_genkey.c | 1273 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/ |
D | ec_wrst_dsa_verify.c | 55 err = PkaInitAndMutexLock(CC_MAX(ordSizeInBits, modSizeInBits), &pkaReqRegs); in EcWrstDsaVerify()
|
D | ec_wrst_dsa.c | 84 … err = PkaInitAndMutexLock(pDomain->ordSizeInBits , &pkaReqRegs); // RL Count regs to clean 9! in CalcSignature() 314 err = PkaInitAndMutexLock(CC_MAX(ordSizeInBits, modSizeInBits), &pkaReqRegs); in EcWrstDsaVerify()
|
D | ec_wrst.c | 56 err = PkaInitAndMutexLock(modSizeInBits, &pkaReqRegs); in EcWrstInitPubKey()
|
D | pka_ec_wrst_smul_no_scap.c | 270 err = PkaInitAndMutexLock(modSizeInBits, &pkaReqRegs); in ScalarMultAff()
|
D | pka_ec_wrst_smul_scap.c | 333 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/ |
D | poly.c | 413 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/ |
D | stackinfo | 783 PkaInitAndMutexLock 64 16
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 2874 ret = PkaInitAndMutexLock(2*sizeBitsP, ®Count); in mbedtls_alt_rsa_deduce_crt()
|