Searched refs:factorPbitSize (Results 1 – 2 of 2) sorted by relevance
49 static int cpSizeof_RSA_privateKey2(int factorPbitSize, int factorQbitSize) in cpSizeof_RSA_privateKey2() argument51 int factorPlen = BITS_BNU_CHUNK(factorPbitSize); in cpSizeof_RSA_privateKey2()53 int factorPlen32 = BITS2WORD32_SIZE(factorPbitSize); in cpSizeof_RSA_privateKey2()55 int rsaModulusLen32 = BITS2WORD32_SIZE(factorPbitSize + factorQbitSize); in cpSizeof_RSA_privateKey2()
680 IPPAPI(IppStatus, ippsRSA_GetSizePrivateKeyType2,(int factorPbitSize, int factorQbitSize, int* pKey…681 IPPAPI(IppStatus, ippsRSA_InitPrivateKeyType2,(int factorPbitSize, int factorQbitSize,