Searched refs:pGroundGF (Results 1 – 7 of 7) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpxinitbinomial.c | 88 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))…
|
D | pcpgfpxinit.c | 91 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));
|
D | pcpgfpxgetsize.c | 90 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));
|
D | pcpgfpx.c | 62 void InitGFpxCtx(const IppsGFpState* pGroundGF, int extDeg, const IppsGFpMethod* method, IppsGFpSta… in InitGFpxCtx() argument 64 gsModEngine* pGFEp = GFP_PMA(pGroundGF); in InitGFpxCtx()
|
D | pcpgfpxstuff.h | 186 void InitGFpxCtx(const IppsGFpState* pGroundGF, int extDeg, const IppsGFpMethod* method, IppsGFpSta…
|
/external/epid-sdk/ext/ipp/include/ |
D | ippcpdefs.h | 780 const IppsGFpState* pGroundGF; member
|
D | ippcp.h | 1064 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…
|