| /external/openssh/ |
| D | bufec.c | 32 buffer_put_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, in buffer_put_ecpoint_ret() 45 buffer_put_ecpoint(Buffer *buffer, const EC_GROUP *curve, in buffer_put_ecpoint() 53 buffer_get_ecpoint_ret(Buffer *buffer, const EC_GROUP *curve, in buffer_get_ecpoint_ret() 66 buffer_get_ecpoint(Buffer *buffer, const EC_GROUP *curve, in buffer_get_ecpoint()
|
| /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 | 64 ECCurve curve; in getCurve() local 126 X962Parameters params, ECCurve curve) in convertToSpec() 202 ECCurve curve, in convertCurve() 222 ECCurve.Fp curve = new ECCurve.Fp(((ECFieldFp)field).getP(), a, b); in convertCurve() local 286 ECCurve curve = convertCurve(ecSpec.getCurve()); in convertSpec() local 305 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()
|
| D | SkOpEdgeBuilder.cpp | 29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 86 SkPoint curve[4]; in preFetch() local 292 SkPoint* curve = SkPath::kCubic_Verb == verb in walk() local 327 SkPoint* curve = SkPath::kCubic_Verb == split->fVerb in walk() local
|
| /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 | 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 | 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 | 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 | 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 | GLVMultiplier.java | 9 protected final ECCurve curve; field in GLVMultiplier 12 public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism) in GLVMultiplier()
|
| 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 | 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/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/wycheproof/java/com/google/security/wycheproof/ |
| D | EcUtil.java | 152 EllipticCurve curve = new EllipticCurve(fp, a, b); in getBrainpoolP256r1Params() local 262 public static BigInteger getModulus(EllipticCurve curve) throws GeneralSecurityException { in getModulus() 277 public static int fieldSizeInBits(EllipticCurve curve) throws GeneralSecurityException { in fieldSizeInBits() 287 public static int fieldSizeInBytes(EllipticCurve curve) throws GeneralSecurityException { in fieldSizeInBytes() 420 EllipticCurve curve = ecParams.getCurve(); in getWeakPublicKey() local
|
| /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
|