/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
D | ECParameterSpec_ImplTest.java | 71 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/ |
D | ECNamedCurveSpec.java | 27 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()
|
D | ECParameterSpec.java | 15 private ECCurve curve; field in ECParameterSpec 22 ECCurve curve, in ECParameterSpec() 34 ECCurve curve, in ECParameterSpec() 47 ECCurve curve, in ECParameterSpec()
|
D | ECNamedCurveParameterSpec.java | 21 ECCurve curve, in ECNamedCurveParameterSpec() 32 ECCurve curve, in ECNamedCurveParameterSpec() 44 ECCurve curve, in ECNamedCurveParameterSpec()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
D | X9ECParameters.java | 28 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()
|
D | X9Curve.java | 25 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/ |
D | ECDomainParameters.java | 13 private ECCurve curve; field in ECDomainParameters 20 ECCurve curve, in ECDomainParameters() 28 ECCurve curve, in ECDomainParameters() 37 ECCurve curve, in ECDomainParameters()
|
D | ECNamedDomainParameters.java | 14 … 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/ |
D | EC5Util.java | 52 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/ |
D | SkPathOpsRect.cpp | 13 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/ |
D | SecP224R1Point.java | 23 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
|
D | SecP224K1Point.java | 23 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
|
D | SecP256R1Point.java | 23 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
|
D | SecP256K1Point.java | 23 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
|
D | SecP192R1Point.java | 23 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
|
D | SecP192K1Point.java | 23 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
|
D | SecP384R1Point.java | 23 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
|
D | SecP521R1Point.java | 22 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/ |
D | ECPoint.java | 13 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 …]
|
D | GLVMultiplier.java | 9 protected final ECCurve curve; field in GLVMultiplier 12 public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism) in GLVMultiplier()
|
D | WTauNafMultiplier.java | 31 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/ |
D | hist.py | 86 curve = hist_curve(im) variable 103 curve = hist_curve(gray) variable
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
D | GLVTypeBEndomorphism.java | 12 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/ |
D | JCEECPublicKey.java | 93 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/ |
D | BCECPublicKey.java | 83 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
|