Home
last modified time | relevance | path

Searched refs:twiceP (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWNafUtil.java355 ECPoint twiceP = wnafPreCompP.getTwice(); in mapPointWithPrecomp() local
356 if (twiceP != null) in mapPointWithPrecomp()
358 ECPoint twiceQ = pointMap.map(twiceP); in mapPointWithPrecomp()
427 ECPoint twiceP = wnafPreCompInfo.getTwice(), last = preComp[curPreCompLen - 1]; in precompute() local
428 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()
452twiceP = c.createPoint(twiceP.getXCoord().toBigInteger(), twiceP.getYCoord() in precompute()
[all …]