Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java258 return threeTimes(); in twicePlus()
278 public ECPoint threeTimes() in threeTimes() method in SecP192K1Point
DSecP256K1Point.java258 return threeTimes(); in twicePlus()
278 public ECPoint threeTimes() in threeTimes() method in SecP256K1Point
DSecP224K1Point.java258 return threeTimes(); in twicePlus()
278 public ECPoint threeTimes() in threeTimes() method in SecP224K1Point
DSecP192R1Point.java270 return threeTimes(); in twicePlus()
290 public ECPoint threeTimes() in threeTimes() method in SecP192R1Point
DSecP256R1Point.java268 return threeTimes(); in twicePlus()
288 public ECPoint threeTimes() in threeTimes() method in SecP256R1Point
DSecP224R1Point.java268 return threeTimes(); in twicePlus()
288 public ECPoint threeTimes() in threeTimes() method in SecP224R1Point
DSecP384R1Point.java269 return threeTimes(); in twicePlus()
289 public ECPoint threeTimes() in threeTimes() method in SecP384R1Point
DSecP521R1Point.java263 return threeTimes(); in twicePlus()
283 public ECPoint threeTimes() in threeTimes() method in SecP521R1Point
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java513 public ECPoint threeTimes() in threeTimes() method in ECPoint
1018 return threeTimes(); in twicePlus()
1052 return threeTimes(); in twicePlus()
1091 public ECPoint threeTimes() in threeTimes() method in ECPoint.Fp
DWNafUtil.java423 preComp[1] = p.threeTimes(); in precompute()