Home
last modified time | relevance | path

Searched refs:auxPrimeSizeInBytes (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.c1070 uint32_t auxPrimeSizeInBytes, auxPrimeSizeInWords; in PkaRsaKgFindPrime() local
1096 auxPrimeSizeInBytes = CALC_FULL_BYTES(rsaKgPrimeTestParams->auxPrimesSizeInBits); in PkaRsaKgFindPrime()
1102 CC_PalMemCopy( rBuff, rBuff1, auxPrimeSizeInBytes); /*for P*/ in PkaRsaKgFindPrime()
1104 CC_PalMemCopy( rBuff, rBuff3, auxPrimeSizeInBytes); /*for Q*/ in PkaRsaKgFindPrime()
1115 …r = RndGenerateVectFunc((void *)rndState_ptr, (unsigned char*)rBuff, (size_t)auxPrimeSizeInBytes ); in PkaRsaKgFindPrime()
1133 CC_CommonReverseMemcpy(primeInt->xPrime1, (uint8_t*)rBuff, auxPrimeSizeInBytes); in PkaRsaKgFindPrime()
1149 CC_PalMemCopy((uint8_t*)P1R_ptr, (uint8_t*)rBuff, auxPrimeSizeInBytes); /*for P*/ //xp1 in PkaRsaKgFindPrime()
1161 CC_PalMemCopy( rBuff, rBuff2, auxPrimeSizeInBytes); /*for P*/ in PkaRsaKgFindPrime()
1163 CC_PalMemCopy( rBuff, rBuff4, auxPrimeSizeInBytes); /*for Q*/ in PkaRsaKgFindPrime()
1175 … = RndGenerateVectFunc((void *)rndState_ptr, (unsigned char *)rBuff, (size_t)auxPrimeSizeInBytes ); in PkaRsaKgFindPrime()
[all …]