Home
last modified time | relevance | path

Searched refs:createPoint (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-backtrace-text.js52 function createPoint(x, y) { function
118 createPoint(0, 0);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java17 public abstract ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression); in createPoint() method in ECCurve
64 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint() method in ECCurve.Fp
401 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/ec/
DEC5Util.java121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression); in convertPoint()
DBCECPublicKey.java91 … q = s.getCurve().createPoint(q.getX().toBigInteger(), q.getY().toBigInteger(), false); in BCECPublicKey()
312 …new X9ECPoint(curve.createPoint(this.getQ().getX().toBigInteger(), this.getQ().getY().toBigInteger… in getEncoded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java101 … 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/patches/
Dbcprov.patch7276 - this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);
7325 + // this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);