HomeSort by relevance Sort by last modified time
    Searched full:createpoint (Results 1 - 6 of 6) sorted by null

  /external/v8/test/mjsunit/
debug-backtrace-text.js 52 function createPoint(x, y) {
91 // 1: Call on global function createPoint
94 assertEquals("createPoint(x=0, y=0)", exec_state.frame(1).invocationText());
118 createPoint(0, 0);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
EC5Util.java 121 return curve.createPoint(point.getAffineX(), point.getAffineY(), withCompression);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 101 q = s.getCurve().createPoint(q.getX().toBigInteger(), q.getY().toBigInteger(), false);
229 // this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);
401 new X9ECPoint(curve.createPoint(this.getQ().getX().toBigInteger(), this.getQ().getY().toBigInteger(), withCompression)).getDERObject();
  /external/javassist/src/main/javassist/
CodeConverter.java 55 * <code>replaceNew(ctPoint, ctSingleton, "createPoint")</code>
65 * <ul><code>Singleton.createPoint(x, y)</code></ul>
69 * <code>createPoint()</code> implements the singleton pattern:
71 * <ul><pre>public static Point createPoint(int x, int y) {
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 17 public abstract ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression);
64 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression)
401 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression)
  /external/bouncycastle/patches/
android.patch     [all...]

Completed in 108 milliseconds