Home
last modified time | relevance | path

Searched refs:pGroundGF (Results 1 – 7 of 7) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpxinitbinomial.c88 IPPFUN(IppStatus, ippsGFpxInitBinomial,(const IppsGFpState* pGroundGF, int extDeg,
93 IPP_BAD_PTR4_RET(pGFpx, pGroundGF, pGroundElm, pGFpMethod);
96 pGroundGF = (IppsGFpState*)( IPP_ALIGNED_PTR(pGroundGF, GFP_ALIGNMENT) );
97 IPP_BADARG_RET( !GFP_TEST_ID(pGroundGF), ippStsContextMatchErr );
100 IPP_BADARG_RET(GFPE_ROOM(pGroundElm)!=GFP_FELEN(GFP_PMA(pGroundGF)), ippStsOutOfRangeErr);
111 InitGFpxCtx(pGroundGF, extDeg, pGFpMethod, pGFpx);
114 …cpGFpElementCopy(GFP_MODULUS(GFP_PMA(pGFpx)), GFPE_DATA(pGroundElm), GFP_FELEN(GFP_PMA(pGroundGF))…
Dpcpgfpxinit.c91 IPPFUN(IppStatus, ippsGFpxInit,(const IppsGFpState* pGroundGF, int extDeg,
95 IPP_BAD_PTR4_RET(pGFpx, pGroundGF, ppGroundElm, pGFpMethod);
98 pGroundGF = (IppsGFpState*)( IPP_ALIGNED_PTR(pGroundGF, GFP_ALIGNMENT) );
99 IPP_BADARG_RET( !GFP_TEST_ID(pGroundGF), ippStsContextMatchErr );
113 InitGFpxCtx(pGroundGF, extDeg, pGFpMethod, pGFpx);
117 int polyTermlen = GFP_FELEN(GFP_PMA(pGroundGF));
Dpcpgfpxgetsize.c90 IPPFUN(IppStatus, ippsGFpxGetSize, (const IppsGFpState* pGroundGF, int degree, int* pSize))
92 IPP_BAD_PTR2_RET(pGroundGF, pSize);
94 pGroundGF = (IppsGFpState*)( IPP_ALIGNED_PTR(pGroundGF, GFP_ALIGNMENT) );
95 IPP_BADARG_RET( !GFP_TEST_ID(pGroundGF), ippStsContextMatchErr );
99 int groundElmLen = GFP_FELEN(GFP_PMA(pGroundGF));
Dpcpgfpx.c62 void InitGFpxCtx(const IppsGFpState* pGroundGF, int extDeg, const IppsGFpMethod* method, IppsGFpSta… in InitGFpxCtx() argument
64 gsModEngine* pGFEp = GFP_PMA(pGroundGF); in InitGFpxCtx()
Dpcpgfpxstuff.h186 void InitGFpxCtx(const IppsGFpState* pGroundGF, int extDeg, const IppsGFpMethod* method, IppsGFpSta…
/external/epid-sdk/ext/ipp/include/
Dippcpdefs.h780 const IppsGFpState* pGroundGF; member
Dippcp.h1064 IPPAPI(IppStatus, ippsGFpxGetSize,(const IppsGFpState* pGroundGF, int degree, int* pSize))
1065 IPPAPI(IppStatus, ippsGFpxInit, (const IppsGFpState* pGroundGF, int extDeg, const IppsGFpElement*…
1066 IPPAPI(IppStatus, ippsGFpxInitBinomial,(const IppsGFpState* pGroundGF, int extDeg, const IppsGFpEle…