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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpgfpxinitbinomial.c 65 // NULL == pGroundElm
69 // incorrect pGroundElm's context ID
71 // ippStsOutOfRangeErr size of pGroundElm does not equal to size of pGroundGF element
84 // pGroundElm pointer to the IppsGFpElement context containing the trailing coefficient of the field binomial.
89 const IppsGFpElement* pGroundElm,
93 IPP_BAD_PTR4_RET(pGFpx, pGroundGF, pGroundElm, pGFpMethod);
99 IPP_BADARG_RET( !GFPE_TEST_ID(pGroundElm), ippStsContextMatchErr );
100 IPP_BADARG_RET(GFPE_ROOM(pGroundElm)!=GFP_FELEN(GFP_PMA(pGroundGF)), ippStsOutOfRangeErr);
114 cpGFpElementCopy(GFP_MODULUS(GFP_PMA(pGFpx)), GFPE_DATA(pGroundElm), GFP_FELEN(GFP_PMA(pGroundGF)));
pcpgfpxinit.c 120 const IppsGFpElement* pGroundElm = ppGroundElm[n];
123 IPP_BAD_PTR1_RET(pGroundElm);
124 IPP_BADARG_RET(!GFPE_TEST_ID(pGroundElm), ippStsContextMatchErr);
125 IPP_BADARG_RET(GFPE_ROOM(pGroundElm)!=polyTermlen, ippStsOutOfRangeErr);
128 cpGFpElementCopy(pPoly, GFPE_DATA(pGroundElm), polyTermlen);
  /external/epid-sdk/ext/ipp/include/
ippcp.h     [all...]

Completed in 679 milliseconds