Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c68 rsaKgInternalPrime_t *primeInt = NULL; variable
1132 primeInt->bitlen1 = rsaKgPrimeTestParams->auxPrimesSizeInBits; in PkaRsaKgFindPrime()
1133 CC_CommonReverseMemcpy(primeInt->xPrime1, (uint8_t*)rBuff, auxPrimeSizeInBytes); in PkaRsaKgFindPrime()
1188 primeInt->bitlen2 = rsaKgPrimeTestParams->auxPrimesSizeInBits; in PkaRsaKgFindPrime()
1189 CC_CommonReverseMemcpy(primeInt->xPrime2, (uint8_t*)rBuff, auxPrimeSizeInBytes); in PkaRsaKgFindPrime()
1560 CC_CommonReverseMemcpy(primeInt->xPrime, (uint8_t *)pPrime, primeSizeInBits/CC_BITS_IN_BYTE); in RsaKgFindPrime()
1804 primeInt = &prim1Int; in RsaGenPandQ()
1872 primeInt = &prim2Int; in RsaGenPandQ()