/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECCurve.java | 149 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
|
D | ECPoint.java | 282 …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/ |
D | SecP521R1Curve.java | 66 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
|
D | SecP224R1Curve.java | 66 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
|
D | SecP192K1Curve.java | 65 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
|
D | SecP224K1Curve.java | 64 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
|
D | SecP192R1Curve.java | 66 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
|
D | SecP256K1Curve.java | 64 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
|
D | SecP384R1Curve.java | 66 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
|
D | SecP256R1Curve.java | 66 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
|