Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Ddebug-backtrace-text.js52 function createPoint(x, y) { function
118 createPoint(0, 0);
/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
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/
DEC5Util.java121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression); in convertPoint()
/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/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java93 … 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/
Dbcprov.patch7340 - 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);