Lines Matching refs:pGFp
62 // ippStsNullPtrErr NULL == pGFp
67 // ippStsContextMatchErr invalid pGFp->idCtx
74 // ippStsBadArgErr pGFp does not specify prime field
82 // pGFp Pointer to the context of the finite field.
87 IppsGFpElement* pR, IppsGFpState* pGFp))
89 IPP_BAD_PTR4_RET(pA, pParentB, pR, pGFp);
90 pGFp = (IppsGFpState*)( IPP_ALIGNED_PTR(pGFp, GFP_ALIGNMENT) );
91 IPP_BADARG_RET( !GFP_TEST_ID(pGFp), ippStsContextMatchErr );
96 gsModEngine* pGFE = GFP_PMA(pGFp);