Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java149 return createRawPoint(fromBigInteger(x), fromBigInteger(y), withCompression); in createPoint()
154 …protected abstract ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompress… in createRawPoint() method in ECCurve
156 …protected abstract ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs,… in createRawPoint() method in ECCurve
531 return this.createRawPoint(x, y, true); in decompressPoint()
619 … protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in ECCurve.Fp
624 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in ECCurve.Fp
753 return this.createRawPoint(X, Y, withCompression); in createPoint()
805 return this.createRawPoint(x, y, true); in decompressPoint()
1103 … protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in ECCurve.F2m
1108 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in ECCurve.F2m
DECPoint.java282 …return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), th… in createScaledPoint()
328 …: getCurve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), thi… in scaleX()
335 …: getCurve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), thi… in scaleY()
1445 …return this.getCurve().createRawPoint(X, L2, this.getRawZCoords(), this.withCompression); // earli…
1457 …return this.getCurve().createRawPoint(X2, L2, new ECFieldElement[]{ Z2 }, this.withCompression); /…
1485 …return this.getCurve().createRawPoint(X, L2, this.getRawZCoords(), this.withCompression); // earli…
1523 … return (ECPoint.AbstractF2m)curve.createRawPoint(X1.square(), Y1.square(), this.withCompression);
1529 return (ECPoint.AbstractF2m)curve.createRawPoint(X1.square(), Y1.square(),
1557 …return (ECPoint.AbstractF2m)curve.createRawPoint(X1.squarePow(pow), Y1.squarePow(pow), this.withCo…
1563 … return (ECPoint.AbstractF2m)curve.createRawPoint(X1.squarePow(pow), Y1.squarePow(pow),
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Curve.java66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP521R1Curve
71 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP521R1Curve
DSecP224R1Curve.java66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP224R1Curve
71 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP224R1Curve
DSecP192K1Curve.java65 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP192K1Curve
70 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP192K1Curve
DSecP224K1Curve.java64 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP224K1Curve
69 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP224K1Curve
DSecP192R1Curve.java66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP192R1Curve
71 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP192R1Curve
DSecP256K1Curve.java64 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP256K1Curve
69 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP256K1Curve
DSecP384R1Curve.java66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP384R1Curve
71 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP384R1Curve
DSecP256R1Curve.java66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression) in createRawPoint() method in SecP256R1Curve
71 …protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean … in createRawPoint() method in SecP256R1Curve