Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dec_wrst_dsa.c93 PkaCopyDataIntoPkaReg(ECC_REG_N, 1, pDomain->ecR/*src_ptr*/, ordSizeInWords); in CalcSignature()
230 CC_PalMemCopy(pMaxVect, pDomain->ecR, sizeof(uint32_t)*ordSizeInWords); in EcWrstDsaSign()
324 PkaCopyDataIntoPkaReg(ECC_REG_N/*dest_reg*/, 1, domain->ecR/*src_ptr*/, ordSizeInWords); in EcWrstDsaVerify()
Dec_wrst_dsa_verify.c65 PkaCopyDataIntoPkaReg(ECC_REG_N/*dest_reg*/, 1, domain->ecR/*src_ptr*/, ordSizeInWords); in EcWrstDsaVerify()
Dec_wrst.c152 pPublKey->domain.ecR, /*in*/ in EcWrstFullCheckPublKey()
Dpka_ec_wrst_smul_scap.c346 PkaCopyDataIntoPkaReg(ord, 1, domain->ecR, CALC_FULL_32BIT_WORDS(domain->ordSizeInBits)); in ScalarMultSca()
406 … pDomain->ecR, CALC_FULL_32BIT_WORDS(pDomain->ordSizeInBits)); in PkaEcWrstScalarMult()
Dpka_ec_wrst_smul_no_scap.c337 … pDomain->ecR, CALC_FULL_32BIT_WORDS(pDomain->ordSizeInBits)); in PkaEcWrstScalarMult()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/
Dcc_ecpki_build_priv.c111 … pDomain->ecR, (uint16_t)(privKeySizeInBytes+3)/sizeof(uint32_t)) != in CC_EcpkiPrivKeyBuild()
Dcc_ecpki_kg.c98 CC_PalMemCopy(pTempBuff, pDomain->ecR, sizeof(uint32_t)*orderSizeInWords); in CC_EcpkiKeyPairGenerateBase()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ecpki_types.h182 uint32_t ecR [CC_ECPKI_MODUL_MAX_LENGTH_IN_WORDS + 1]; member