Searched refs:preComp (Results 1 – 6 of 6) sorted by relevance
15 protected ECPoint.F2m[] preComp = null; field in WTauNafPreCompInfo19 return preComp; in getPreComp()22 public void setPreComp(ECPoint.F2m[] preComp) in setPreComp() argument24 this.preComp = preComp; in setPreComp()
12 protected ECPoint[] preComp = null; field in FixedPointPreCompInfo23 return preComp; in getPreComp()26 public void setPreComp(ECPoint[] preComp) in setPreComp() argument28 this.preComp = preComp; in setPreComp()
13 protected ECPoint[] preComp = null; field in WNafPreCompInfo29 return preComp; in getPreComp()32 public void setPreComp(ECPoint[] preComp) in setPreComp() argument34 this.preComp = preComp; in setPreComp()
392 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in precompute() local393 if (preComp == null) in precompute()395 preComp = EMPTY_POINTS; in precompute()399 iniPreCompLen = preComp.length; in precompute()404 preComp = resizeTable(preComp, reqPreCompLen); in precompute()408 preComp[0] = p.normalize(); in precompute()415 preComp[0] = p; in precompute()423 preComp[1] = p.threeTimes(); in precompute()427 ECPoint twiceP = wnafPreCompInfo.getTwice(), last = preComp[curPreCompLen - 1]; in precompute()430 twiceP = preComp[0].twice(); in precompute()[all …]
24 ECPoint[] preComp = wnafPreCompInfo.getPreComp(); in multiplyPositive() local43 ECPoint[] table = digit < 0 ? preCompNeg : preComp; in multiplyPositive()76 ECPoint[] table = digit < 0 ? preCompNeg : preComp; in multiplyPositive()
META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...