Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcprsa_sizeof_privkey2.h49 static int cpSizeof_RSA_privateKey2(int factorPbitSize, int factorQbitSize) in cpSizeof_RSA_privateKey2() argument
51 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()
/external/epid-sdk/ext/ipp/include/
Dippcp.h680 IPPAPI(IppStatus, ippsRSA_GetSizePrivateKeyType2,(int factorPbitSize, int factorQbitSize, int* pKey…
681 IPPAPI(IppStatus, ippsRSA_InitPrivateKeyType2,(int factorPbitSize, int factorQbitSize,