Lines Matching refs:pGFp
63 // ippStsNullPtrErr NULL == pGFp
67 // ippStsContextMatchErr invalid pGFp->idCtx
75 // ippStsBadArgErr pGFp is not prime
84 // pGFp Pointer to the context of the finite field.
89 IppsGFpElement* pR, IppsGFpState* pGFp))
91 IPP_BAD_PTR3_RET(pA, pR, pGFp);
92 pGFp = (IppsGFpState*)( IPP_ALIGNED_PTR(pGFp, GFP_ALIGNMENT) );
93 IPP_BADARG_RET( !GFP_TEST_ID(pGFp), ippStsContextMatchErr );
97 gsModEngine* pGFE = GFP_PMA(pGFp);