Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Curve.java17 protected SecP521R1Point infinity;
23 this.infinity = new SecP521R1Point(this, null, null); in SecP521R1Curve()
68 return new SecP521R1Point(this, x, y, withCompression); in createRawPoint()
73 return new SecP521R1Point(this, x, y, zs, withCompression); in createRawPoint()
DSecP521R1Point.java8 public class SecP521R1Point extends ECPoint.AbstractFp class
22 public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP521R1Point() method in SecP521R1Point
42 … public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP521R1Point() method in SecP521R1Point
54SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP521R1Point() method in SecP521R1Point
63 return new SecP521R1Point(null, getAffineXCoord(), getAffineYCoord()); in detach()
185 return new SecP521R1Point(curve, X3, Y3, zs, this.withCompression); in add()
256 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
331 return new SecP521R1Point(curve, this.x, this.y.negate(), this.zs, this.withCompression); in negate()