Home
last modified time | relevance | path

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

123

/external/openssh/
Dbufec.c32 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/
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.java64 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/
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()
DSkOpEdgeBuilder.cpp29 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/
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
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
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
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
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/
DGLVMultiplier.java9 protected final ECCurve curve; field in GLVMultiplier
12 public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism) in GLVMultiplier()
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 …]
DWTauNafMultiplier.java31 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/
DGLVTypeBEndomorphism.java12 protected final ECCurve curve; field in GLVTypeBEndomorphism
16 public GLVTypeBEndomorphism(ECCurve curve, GLVTypeBParameters parameters) in GLVTypeBEndomorphism()
/external/wycheproof/java/com/google/security/wycheproof/
DEcUtil.java152 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/
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

123