Home
last modified time | relevance | path

Searched defs:curve (Results 1 – 25 of 69) sorted by relevance

123

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DECParameterSpec_ImplTest.java71 EllipticCurve curve = in testECParameterSpec02() local
119 EllipticCurve curve = in testECParameterSpec03() local
176 EllipticCurve curve = in testGetCofactor() local
199 EllipticCurve curve = in testGetCurve() local
224 EllipticCurve curve = in testGetGenerator() local
249 EllipticCurve curve = in testGetOrder() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECNamedCurveSpec.java27 ECCurve curve, in convertCurve()
59 ECCurve curve, in ECNamedCurveSpec()
70 EllipticCurve curve, in ECNamedCurveSpec()
81 ECCurve curve, in ECNamedCurveSpec()
93 EllipticCurve curve, in ECNamedCurveSpec()
105 ECCurve curve, in ECNamedCurveSpec()
DECParameterSpec.java15 private ECCurve curve; field in ECParameterSpec
22 ECCurve curve, in ECParameterSpec()
34 ECCurve curve, in ECParameterSpec()
47 ECCurve curve, in ECParameterSpec()
DECNamedCurveParameterSpec.java21 ECCurve curve, in ECNamedCurveParameterSpec()
32 ECCurve curve, in ECNamedCurveParameterSpec()
44 ECCurve curve, in ECNamedCurveParameterSpec()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9ECParameters.java28 private ECCurve curve; field in X9ECParameters
84 ECCurve curve, in X9ECParameters()
92 ECCurve curve, in X9ECParameters()
101 ECCurve curve, in X9ECParameters()
110 ECCurve curve, in X9ECParameters()
120 ECCurve curve, in X9ECParameters()
DX9Curve.java25 private ECCurve curve; field in X9Curve
30 ECCurve curve) in X9Curve()
38 ECCurve curve, in X9Curve()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DECDomainParameters.java13 private ECCurve curve; field in ECDomainParameters
20 ECCurve curve, in ECDomainParameters()
28 ECCurve curve, in ECDomainParameters()
37 ECCurve curve, in ECDomainParameters()
DECNamedDomainParameters.java14 … public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n) in ECNamedDomainParameters()
19 …public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n, … in ECNamedDomainParameters()
24 …public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n, … in ECNamedDomainParameters()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java52 ECCurve curve; in getCurve() local
76 X962Parameters params, ECCurve curve) in convertToSpec()
144 ECCurve curve, in convertCurve()
164 ECCurve.Fp curve = new ECCurve.Fp(((ECFieldFp)field).getP(), a, b); in convertCurve() local
228 ECCurve curve = convertCurve(ecSpec.getCurve()); in convertSpec() local
247 ECCurve curve, in convertPoint()
/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1Point.java23 public SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP224R1Point()
43 … public SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP224R1Point()
55 …SecP224R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP224R1Point()
82 ECCurve curve = this.getCurve(); in add() local
199 ECCurve curve = this.getCurve(); in twice() local
DSecP224K1Point.java23 public SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP224K1Point()
43 … public SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP224K1Point()
55 SecP224K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, in SecP224K1Point()
84 ECCurve curve = this.getCurve(); in add() local
202 ECCurve curve = this.getCurve(); in twice() local
DSecP256R1Point.java23 public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP256R1Point()
43 … public SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP256R1Point()
55 …SecP256R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP256R1Point()
82 ECCurve curve = this.getCurve(); in add() local
199 ECCurve curve = this.getCurve(); in twice() local
DSecP256K1Point.java23 public SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP256K1Point()
43 … public SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP256K1Point()
55 SecP256K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, in SecP256K1Point()
84 ECCurve curve = this.getCurve(); in add() local
202 ECCurve curve = this.getCurve(); in twice() local
DSecP192R1Point.java23 public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP192R1Point()
43 … public SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP192R1Point()
55 …SecP192R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP192R1Point()
83 ECCurve curve = this.getCurve(); in add() local
201 ECCurve curve = this.getCurve(); in twice() local
DSecP192K1Point.java23 public SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP192K1Point()
43 … public SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP192K1Point()
55 SecP192K1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, in SecP192K1Point()
84 ECCurve curve = this.getCurve(); in add() local
202 ECCurve curve = this.getCurve(); in twice() local
DSecP384R1Point.java23 public SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP384R1Point()
43 … public SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP384R1Point()
55 …SecP384R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP384R1Point()
82 ECCurve curve = this.getCurve(); in add() local
200 ECCurve curve = this.getCurve(); in twice() local
DSecP521R1Point.java22 public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y) in SecP521R1Point()
42 … public SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in SecP521R1Point()
54 …SecP521R1Point(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean wit… in SecP521R1Point()
81 ECCurve curve = this.getCurve(); in add() local
195 ECCurve curve = this.getCurve(); in twice() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java13 protected static ECFieldElement[] getInitialZCoords(ECCurve curve) in getInitialZCoords()
44 protected ECCurve curve; field in ECPoint
54 protected ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y) in ECPoint()
59 protected ECPoint(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) in ECPoint()
307 ECCurve curve = getCurve(); in isValid() local
530 protected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y) in AbstractFp()
535 protected AbstractFp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs) in AbstractFp()
613 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y) in Fp()
628 public Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, boolean withCompression) in Fp()
640 …Fp(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs, boolean withCompression) in Fp()
[all …]
DGLVMultiplier.java9 protected final ECCurve curve; field in GLVMultiplier
12 public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism) in GLVMultiplier()
DWTauNafMultiplier.java31 ECCurve.AbstractF2m curve = (ECCurve.AbstractF2m)p.getCurve(); in multiplyPositive() local
76 ECCurve.AbstractF2m curve = (ECCurve.AbstractF2m)p.getCurve(); in multiplyFromWTnaf() local
/external/opencv3/samples/python2/
Dhist.py86 curve = hist_curve(im) variable
103 curve = hist_curve(gray) variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
DGLVTypeBEndomorphism.java12 protected final ECCurve curve; field in GLVTypeBEndomorphism
16 public GLVTypeBEndomorphism(ECCurve curve, GLVTypeBParameters parameters) in GLVTypeBEndomorphism()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEECPublicKey.java93 ECCurve curve = spec.getParams().getCurve(); in JCEECPublicKey() local
247 ECCurve curve; in populateFromPubKeyInfo() local
397 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve()); in getEncoded() local
409 ECCurve curve = this.engineGetQ().getCurve(); in getEncoded() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
DBCECPublicKey.java83 ECCurve curve = spec.getParams().getCurve(); in BCECPublicKey() local
204 ECCurve curve = EC5Util.getCurve(configuration, params); in populateFromPubKeyInfo() local
267 ECCurve curve = EC5Util.convertCurve(ecSpec.getCurve()); in getEncoded() local
279 ECCurve curve = this.engineGetQ().getCurve(); in getEncoded() local

123