Lines Matching defs:pCtx
157 #define ECP_ID(pCtx) ((pCtx)->idCtx) argument
158 #define ECP_GFP(pCtx) ((pCtx)->pGF) argument
159 #define ECP_SUBGROUP(pCtx) ((pCtx)->subgroup) argument
160 #define ECP_POINTLEN(pCtx) ((pCtx)->elementSize) argument
161 #define ECP_ORDBITSIZE(pCtx) ((pCtx)->orderBitSize) argument
162 #define ECP_COFACTOR(pCtx) ((pCtx)->cofactor) argument
163 #define ECP_SPECIFIC(pCtx) ((pCtx)->parmAspc) argument
164 #define ECP_INFINITY(pCtx) ((pCtx)->infinity) argument
165 #define ECP_A(pCtx) ((pCtx)->pA) argument
166 #define ECP_B(pCtx) ((pCtx)->pB) argument
167 #define ECP_G(pCtx) ((pCtx)->pG) argument
168 #define ECP_PREMULBP(pCtx) ((pCtx)->pBaseTbl) argument
169 #define ECP_MONT_R(pCtx) ((pCtx)->pMontR) argument
170 #define ECP_POOL(pCtx) ((pCtx)->pPool) argument
172 #define ECP_PUBLIC(pCtx) ((pCtx)->pPublic) argument
173 #define ECP_PUBLIC_E(pCtx) ((pCtx)->pPublicE) argument
174 #define ECP_PRIVAT(pCtx) ((pCtx)->pPrivat) argument
175 #define ECP_PRIVAT_E(pCtx) ((pCtx)->pPrivatE) argument
176 #define ECP_SBUFFER(pCtx) ((pCtx)->pBuffer) argument
179 #define ECP_TEST_ID(pCtx) (ECP_ID((pCtx))==idCtxGFPEC) argument