Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1354 uint32_t *pPrivExp = pCcPrivKey->PriveKeyDb.NonCrt.d; in RsaCalculateNandD() local
1461 PkaCopyDataFromPkaReg(pPrivExp, 2*primeSizeInWords, rD/*srcReg*/); in RsaCalculateNandD()
1466 isTrue = isTrue || (pPrivExp[i] != 0); in RsaCalculateNandD()
1469 CC_PalMemSetZero(pPrivExp, 2*primeSizeInWords); in RsaCalculateNandD()