Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java201 protected final ECFieldElement[] getRawZCoords() in getRawZCoords() method in ECPoint
328 …urve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), this.withCo… in scaleX()
335 …urve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), this.withCo… in scaleY()
1445 …return this.getCurve().createRawPoint(X, L2, this.getRawZCoords(), this.withCompression); // earli…
1450 …eldElement X = this.getRawXCoord(), L = this.getRawYCoord(), Z = this.getRawZCoords()[0]; // earli…
1485 …return this.getCurve().createRawPoint(X, L2, this.getRawZCoords(), this.withCompression); // earli…