Home | History | Annotate | Download | only in ippcp

Lines Matching refs:pGFp

65 //    ippStsNullPtrErr              NULL == pGFp
70 // ippStsContextMatchErr invalid pGFp->idCtx
77 // ippStsBadArgErr pGFp does not specify prime field
85 // pGFp Pointer to the context of the finite field.
90 IppsGFpElement* pR, IppsGFpState* pGFp))
92 IPP_BAD_PTR4_RET(pA, pParentB, pR, pGFp);
93 pGFp = (IppsGFpState*)( IPP_ALIGNED_PTR(pGFp, GFP_ALIGNMENT) );
94 IPP_BADARG_RET( !GFP_TEST_ID(pGFp), ippStsContextMatchErr );
99 gsModEngine* pGFE = GFP_PMA(pGFp);