HomeSort by relevance Sort by last modified time
    Searched refs:nsP (Results 1 - 2 of 2) sorted by null

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpprime_isprob.h 65 cpSize nsP = MOD_LEN(pMont);
68 ZEXPAND_BNU(pW, nsW, nsP);
72 gsMontExpWin_BNU_sscm(pW, pW, nsP, pE, bitsizeE, pMont, pBuffer);
75 if ((0 == cpCmp_BNU(pW, nsP, MOD_MNT_R(pMont), nsP))
76 || (0 == cpCmp_BNU(pW, nsP, pPrime1, nsP)))
82 if (0 == cpCmp_BNU(pW, nsP, MOD_MNT_R(pMont), nsP))
84 if (0 == cpCmp_BNU(pW, nsP, pPrime1, nsP)
    [all...]
pcpbnarithmac.c 98 cpSize nsP = BITS_BNU_CHUNK(bitSizeA+bitSizeB);
103 IPP_BADARG_RET(BN_ROOM(pR)<nsP, ippStsOutOfRangeErr);
124 ZEXPAND_BNU(pDataP, nsP, room);

Completed in 474 milliseconds