Searched refs:ECP_PUBLIC_E (Results 1 – 5 of 5) sorted by relevance
100 targetPublic = ECP_PUBLIC_E(pEC);
123 ECP_PUBLIC_E(pEC) = (BNU_CHUNK_T*)(ptr); ptr += 3*elemLen*sizeof(BNU_CHUNK_T);
163 cpEcGFpInitPoint(&ephPublic, ECP_PUBLIC_E(pEC), ECP_FINITE_POINT|ECP_AFFINE_POINT, pEC);
164 cpEcGFpInitPoint(&ephPublic, ECP_PUBLIC_E(pEC), ECP_FINITE_POINT|ECP_AFFINE_POINT, pEC);
173 #define ECP_PUBLIC_E(pCtx) ((pCtx)->pPublicE) macro