Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java538 public static BigInteger[] getSi(ECCurve.AbstractF2m curve) in getSi() method in Tnaf
563 public static BigInteger[] getSi(int fieldSize, int curveA, BigInteger cofactor) in getSi() method in Tnaf
660 BigInteger[] s = curve.getSi(); in multiplyRTnaf()
DWTauNafMultiplier.java35 BigInteger[] s = curve.getSi(); in multiplyPositive()
DECCurve.java855 synchronized BigInteger[] getSi() in getSi() method in ECCurve.AbstractF2m
859 si = Tnaf.getSi(this); in getSi()