Home
last modified time | relevance | path

Searched refs:createPoint (Results 1 – 9 of 9) 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/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java87 …this.q = EC5Util.convertCurve(ellipticCurve).createPoint(spec.getQ().getAffineXCoord().toBigIntege… in BCECPublicKey()
96 … q = s.getCurve().createPoint(q.getXCoord().toBigInteger(), q.getYCoord().toBigInteger(), false); in BCECPublicKey()
152 …this.q = EC5Util.convertCurve(ecSpec.getCurve()).createPoint(params.getQ().getAffineXCoord().toBig… in BCECPublicKey()
286 …new X9ECPoint(curve.createPoint(this.getQ().getXCoord().toBigInteger(), this.getQ().getYCoord().to… in getEncoded()
291 …new X9ECPoint(curve.createPoint(this.getQ().getAffineXCoord().toBigInteger(), this.getQ().getAffin… in getEncoded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java116 ECPoint p = createPoint(x, y); in validatePoint()
130 ECPoint p = createPoint(x, y, withCompression); in validatePoint()
138 public ECPoint createPoint(BigInteger x, BigInteger y) in createPoint() method in ECCurve
140 return createPoint(x, y, false); in createPoint()
147 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint() method in ECCurve
711 public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression) in createPoint() method in ECCurve.AbstractF2m
DWNafUtil.java452 … twiceP = c.createPoint(twiceP.getXCoord().toBigInteger(), twiceP.getYCoord() in precompute()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
DECDHBasicAgreement.java60 ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(), in calculateAgreement()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java104 …q = s.getCurve().createPoint(q.getAffineXCoord().toBigInteger(), q.getAffineYCoord().toBigInteger(… in JCEECPublicKey()
411 …new X9ECPoint(curve.createPoint(this.getQ().getAffineXCoord().toBigInteger(), this.getQ().getAffin… in getEncoded()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java251 return curve.createPoint(point.getAffineX(), point.getAffineY()); in convertPoint()
/external/bouncycastle/patches/
Dbcprov.patch415 + ECPoint pubPoint = myCurve.createPoint(peerPoint.getXCoord().toBigInteger(),
8540 - this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);
8588 + // this.q = curve.createPoint(new BigInteger(1, x), new BigInteger(1, y), false);
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...