Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java87 protected int getCurveCoordinateSystem() in getCurveCoordinateSystem() method in ECPoint
216 int coord = this.getCurveCoordinateSystem(); in isNormalized()
237 switch (this.getCurveCoordinateSystem()) in normalize()
259 switch (this.getCurveCoordinateSystem()) in normalize()
550 switch (this.getCurveCoordinateSystem()) in satisfiesCurveEquation()
654 if (index == 1 && ECCurve.COORD_JACOBIAN_MODIFIED == this.getCurveCoordinateSystem()) in getZCoord()
1433 int coord = this.getCurveCoordinateSystem();
1473 int coord = this.getCurveCoordinateSystem();
1641 int coord = this.getCurveCoordinateSystem();
1684 switch (this.getCurveCoordinateSystem())
[all …]