Searched refs:createPoint (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | debug-backtrace-text.js | 52 function createPoint(x, y) { function 118 createPoint(0, 0);
|
/external/v8/test/mjsunit/ |
D | debug-backtrace-text.js | 52 function createPoint(x, y) { function 118 createPoint(0, 0);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECCurve.java | 17 public abstract ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression); in createPoint() method in ECCurve 82 p = createPoint(X1, Y1, false); in decodePoint() 130 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint() method in ECCurve.Fp 419 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint() method in ECCurve.F2m
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/ |
D | EC5Util.java | 121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression); in convertPoint()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JCEECPublicKey.java | 101 … q = s.getCurve().createPoint(q.getX().toBigInteger(), q.getY().toBigInteger(), false); in JCEECPublicKey() 408 …new X9ECPoint(curve.createPoint(this.getQ().getX().toBigInteger(), this.getQ().getY().toBigInteger… in getEncoded()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | BCECPublicKey.java | 93 … q = s.getCurve().createPoint(q.getX().toBigInteger(), q.getY().toBigInteger(), false); in BCECPublicKey() 314 …new X9ECPoint(curve.createPoint(this.getQ().getX().toBigInteger(), this.getQ().getY().toBigInteger… in getEncoded()
|
/external/bouncycastle/patches/ |
D | bcprov.patch | 7340 - this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false); 7389 + // this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);
|