Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c639 rsaKgPrimeTestParams->auxPrimesSizeInBits, in PkaRsaKgX931FindPrime1()
645 rsaKgPrimeTestParams->auxPrimesSizeInBits, in PkaRsaKgX931FindPrime1()
1096 auxPrimeSizeInBytes = CALC_FULL_BYTES(rsaKgPrimeTestParams->auxPrimesSizeInBits); in PkaRsaKgFindPrime()
1097 auxPrimeSizeInWords = CALC_FULL_32BIT_WORDS(rsaKgPrimeTestParams->auxPrimesSizeInBits); in PkaRsaKgFindPrime()
1122 mask = (~0UL >> (32 - (rsaKgPrimeTestParams->auxPrimesSizeInBits & 0x1F))); in PkaRsaKgFindPrime()
1123 msBit = 1UL << ((rsaKgPrimeTestParams->auxPrimesSizeInBits & 0x1F)-1); in PkaRsaKgFindPrime()
1132 primeInt->bitlen1 = rsaKgPrimeTestParams->auxPrimesSizeInBits; in PkaRsaKgFindPrime()
1188 primeInt->bitlen2 = rsaKgPrimeTestParams->auxPrimesSizeInBits; in PkaRsaKgFindPrime()
1530 rsaKgPrimeTestParams.auxPrimesSizeInBits = PKA_RSA_KEY_1024_AUX_PRIME_SIZE_BITS; in RsaKgFindPrime()
1534 rsaKgPrimeTestParams.auxPrimesSizeInBits = PKA_RSA_KEY_2048_AUX_PRIME_SIZE_BITS; in RsaKgFindPrime()
[all …]
Drsa.h65 uint32_t auxPrimesSizeInBits; member