Searched refs:getPreComp (Results 1 – 10 of 10) sorted by relevance
271 ECPoint[] preCompP = negK ? infoP.getPreCompNeg() : infoP.getPreComp(); in implShamirsTrickWNaf()272 ECPoint[] preCompQ = negL ? infoQ.getPreCompNeg() : infoQ.getPreComp(); in implShamirsTrickWNaf()273 ECPoint[] preCompNegP = negK ? infoP.getPreComp() : infoP.getPreCompNeg(); in implShamirsTrickWNaf()274 ECPoint[] preCompNegQ = negL ? infoQ.getPreComp() : infoQ.getPreCompNeg(); in implShamirsTrickWNaf()295 ECPoint[] preCompP = negK ? infoP.getPreCompNeg() : infoP.getPreComp();296 ECPoint[] preCompQ = negL ? infoQ.getPreCompNeg() : infoQ.getPreComp();297 ECPoint[] preCompNegP = negK ? infoP.getPreComp() : infoP.getPreCompNeg();298 ECPoint[] preCompNegQ = negL ? infoQ.getPreComp() : infoQ.getPreCompNeg();445 ECCurve curve = infos[0].getPreComp()[0].getCurve();463 … ECPoint[] table = (wi < 0 == negs[j]) ? info.getPreComp() : info.getPreCompNeg();
82 pu = Tnaf.getPreComp(p, a); in multiplyFromWTnaf()90 pu = ((WTauNafPreCompInfo)preCompInfo).getPreComp(); in multiplyFromWTnaf()
15 public ECPoint.AbstractF2m[] getPreComp() in getPreComp() method in WTauNafPreCompInfo
33 public ECPoint[] getPreComp() in getPreComp() method in FixedPointPreCompInfo
27 public ECPoint[] getPreComp() in getPreComp() method in WNafPreCompInfo
26 ECPoint[] lookupTable = info.getPreComp(); in multiplyPositive()
24 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in multiplyPositive()
31 ECPoint[] lookupTable = info.getPreComp(); in precompute()
362 ECPoint[] preCompP = wnafPreCompP.getPreComp(); in mapPointWithPrecomp()392 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in precompute()
832 public static ECPoint.AbstractF2m[] getPreComp(ECPoint.AbstractF2m p, byte a) in getPreComp() method in Tnaf