HomeSort by relevance Sort by last modified time
    Searched refs:createRawPoint (Results 1 - 12 of 12) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Curve.java 65 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
70 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP192R1Curve.java 66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
71 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP224K1Curve.java 64 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
69 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP224R1Curve.java 66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
71 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP256K1Curve.java 64 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
69 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP256R1Curve.java 66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
71 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP384R1Curve.java 66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
71 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
SecP521R1Curve.java 66 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
71 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 149 return createRawPoint(fromBigInteger(x), fromBigInteger(y), withCompression);
154 protected abstract ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression);
156 protected abstract ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression);
531 return this.createRawPoint(x, y, true);
619 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, boolean withCompression)
624 protected ECPoint createRawPoint(ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
738 // return createRawPoint(X, Y, new ECFieldElement[]{ Z }, withCompression);
753 return this.createRawPoint(X, Y, withCompression);
805 return this.createRawPoint(x, y, true);
    [all...]
ECPoint.java 282 return this.getCurve().createRawPoint(getRawXCoord().multiply(sx), getRawYCoord().multiply(sy), this.withCompression);
328 : getCurve().createRawPoint(getRawXCoord().multiply(scale), getRawYCoord(), getRawZCoords(), this.withCompression);
335 : getCurve().createRawPoint(getRawXCoord(), getRawYCoord().multiply(scale), getRawZCoords(), this.withCompression);
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 

Completed in 939 milliseconds