Searched refs:twiceP (Results 1 – 1 of 1) sorted by relevance
355 ECPoint twiceP = wnafPreCompP.getTwice(); in mapPointWithPrecomp() local356 if (twiceP != null) in mapPointWithPrecomp()358 ECPoint twiceQ = pointMap.map(twiceP); in mapPointWithPrecomp()427 ECPoint twiceP = wnafPreCompInfo.getTwice(), last = preComp[curPreCompLen - 1]; in precompute() local428 if (twiceP == null) in precompute()430 twiceP = preComp[0].twice(); in precompute()431 wnafPreCompInfo.setTwice(twiceP); in precompute()443 … if (!twiceP.isInfinity() && ECAlgorithms.isFpCurve(c) && c.getFieldSize() >= 64) in precompute()451 iso = twiceP.getZCoord(0); in precompute()452 … twiceP = c.createPoint(twiceP.getXCoord().toBigInteger(), twiceP.getYCoord() in precompute()[all …]