HomeSort by relevance Sort by last modified time
    Searched refs:ECCurve (Results 26 - 50 of 55) sorted by null

12 3

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
ECDSASigner.java 15 import org.bouncycastle.math.ec.ECCurve;
185 ECCurve curve = point.getCurve();
235 case ECCurve.COORD_HOMOGENEOUS:
236 case ECCurve.COORD_LAMBDA_PROJECTIVE:
237 case ECCurve.COORD_SKEWED:
239 case ECCurve.COORD_JACOBIAN:
240 case ECCurve.COORD_JACOBIAN_CHUDNOVSKY:
241 case ECCurve.COORD_JACOBIAN_MODIFIED:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECCurve.java 17 public abstract class ECCurve
65 public ECCurve create()
72 ECCurve c = cloneCurve();
73 if (c == ECCurve.this)
98 protected ECCurve(FiniteField field)
152 protected abstract ECCurve cloneCurve();
265 case ECCurve.COORD_AFFINE:
266 case ECCurve.COORD_LAMBDA_AFFINE:
478 public boolean equals(ECCurve other)
489 return this == obj || (obj instanceof ECCurve && equals((ECCurve)obj))
    [all...]
GLVMultiplier.java 9 protected final ECCurve curve;
12 public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism)
FixedPointCombMultiplier.java 9 ECCurve c = p.getCurve();
FixedPointUtil.java 9 public static int getCombSize(ECCurve c)
27 ECCurve c = p.getCurve();
ECAlgorithms.java 12 public static boolean isF2mCurve(ECCurve c)
23 public static boolean isFpCurve(ECCurve c)
52 ECCurve c = p.getCurve();
73 ECCurve cp = P.getCurve();
77 if (cp instanceof ECCurve.AbstractF2m)
79 ECCurve.AbstractF2m f2mCurve = (ECCurve.AbstractF2m)cp;
118 ECCurve cp = P.getCurve();
124 public static ECPoint importPoint(ECCurve c, ECPoint p)
126 ECCurve cp = p.getCurve()
    [all...]
WNafUtil.java 349 ECCurve c = p.getCurve();
387 ECCurve c = p.getCurve();
447 case ECCurve.COORD_JACOBIAN:
448 case ECCurve.COORD_JACOBIAN_CHUDNOVSKY:
449 case ECCurve.COORD_JACOBIAN_MODIFIED:
Tnaf.java 405 * @throws IllegalArgumentException if the given ECCurve is not a Koblitz
408 public static byte getMu(ECCurve.AbstractF2m curve)
538 public static BigInteger[] getSi(ECCurve.AbstractF2m curve)
656 ECCurve.AbstractF2m curve = (ECCurve.AbstractF2m) p.getCurve();
677 ECCurve.AbstractF2m curve = (ECCurve.AbstractF2m)p.getCurve();
697 ECCurve curve = p.getCurve();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveSpec.java 11 import org.bouncycastle.math.ec.ECCurve;
27 ECCurve curve,
59 ECCurve curve,
81 ECCurve curve,
105 ECCurve curve,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs,
84 ECCurve curve = this.getCurve();
202 ECCurve curve = this.getCurve();
SecP192R1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
83 ECCurve curve = this.getCurve();
201 ECCurve curve = this.getCurve();
SecP224K1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs,
84 ECCurve curve = this.getCurve();
202 ECCurve curve = this.getCurve();
SecP224R1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
82 ECCurve curve = this.getCurve();
199 ECCurve curve = this.getCurve();
SecP256K1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs,
84 ECCurve curve = this.getCurve();
202 ECCurve curve = this.getCurve();
SecP256R1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
82 ECCurve curve = this.getCurve();
199 ECCurve curve = this.getCurve();
SecP384R1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
21 * @deprecated Use ECCurve.createPoint to construct points
23 public SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
43 public SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
55 SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
82 ECCurve curve = this.getCurve();
200 ECCurve curve = this.getCurve();
SecP521R1Point.java 3 import org.bouncycastle.math.ec.ECCurve;
20 * @deprecated Use ECCurve.createPoint to construct points
22 public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y)
42 public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression)
54 SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression)
81 ECCurve curve = this.getCurve();
195 ECCurve curve = this.getCurve();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
AlgorithmParametersSpi.java 17 import org.bouncycastle.math.ec.ECCurve;
72 ECCurve curve = EC5Util.getCurve(BouncyCastleProvider.CONFIGURATION, params);
BCECPublicKey.java 36 import org.bouncycastle.math.ec.ECCurve;
83 ECCurve curve = spec.getParams().getCurve();
204 ECCurve curve = EC5Util.getCurve(configuration, params);
267 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
279 ECCurve curve = this.engineGetQ().getCurve();
BCECPrivateKey.java 37 import org.bouncycastle.math.ec.ECCurve;
79 ECCurve curve = spec.getParams().getCurve();
214 ECCurve curve = EC5Util.getCurve(configuration, params);
277 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
KeyPairGeneratorSpi.java 27 import org.bouncycastle.math.ec.ECCurve;
202 ECCurve curve = EC5Util.convertCurve(p.getCurve());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPublicKey.java 46 import org.bouncycastle.math.ec.ECCurve;
93 ECCurve curve = spec.getParams().getCurve();
229 // ECCurve curve = spec.getCurve();
247 ECCurve curve;
350 // ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
397 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
409 ECCurve curve = this.engineGetQ().getCurve();
JCEECPrivateKey.java 41 import org.bouncycastle.math.ec.ECCurve;
77 ECCurve curve = spec.getParams().getCurve();
312 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve());
  /external/webrtc/webrtc/base/
sslidentity.cc 60 KeyParams KeyParams::ECDSA(ECCurve curve) {
82 ECCurve KeyParams::ec_curve() const {
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 581 milliseconds

12 3