Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java16 int coord = null == curve ? ECCurve.COORD_AFFINE : curve.getCoordinateSystem(); in getInitialZCoords()
90 return null == curve ? ECCurve.COORD_AFFINE : curve.getCoordinateSystem(); in getCurveCoordinateSystem()
679 int coord = curve.getCoordinateSystem(); in add()
897 int coord = curve.getCoordinateSystem(); in twice()
1036 int coord = curve.getCoordinateSystem(); in twicePlus()
1105 int coord = curve.getCoordinateSystem(); in threeTimes()
1168 int coord = curve.getCoordinateSystem(); in timesPow2()
1279 int coord = curve.getCoordinateSystem();
1363 int coord = curve.getCoordinateSystem();
1513 int coord = curve.getCoordinateSystem();
[all …]
DECCurve.java263 switch (this.getCoordinateSystem()) in normalizeAll()
333 public int getCoordinateSystem() in getCoordinateSystem() method in ECCurve
631 …if (this != p.getCurve() && this.getCoordinateSystem() == ECCurve.COORD_JACOBIAN && !p.isInfinity(… in importPoint()
633 switch (p.getCurve().getCoordinateSystem()) in importPoint()
715 int coord = this.getCoordinateSystem(); in createPoint()
783 switch (this.getCoordinateSystem()) in decompressPoint()
DWNafUtil.java445 switch (c.getCoordinateSystem()) in precompute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DECDSASigner.java191 ECFieldElement D = getDenominator(curve.getCoordinateSystem(), point); in verifySignature()