/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_scalar_base_mult_tests.txt | 6 Curve = P-224 12 Curve = P-224 18 Curve = P-224 24 Curve = P-224 30 Curve = P-224 36 Curve = P-224 42 Curve = P-224 48 Curve = P-224 54 Curve = P-224 60 Curve = P-224 [all …]
|
D | make_tables.go | 177 func makeMultiples(curve elliptic.Curve, n, shift int) [][2]*big.Int { argument 200 func makeComb(curve elliptic.Curve, stride, size, shift int) [][2]*big.Int { argument 225 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { argument 241 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 { argument 252 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint64 { argument 301 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { argument 308 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { argument 315 func writeU32Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { argument 325 type writeBigIntFunc func(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error 327 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… argument [all …]
|
/external/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_verify_tests.txt | 8 Curve = P-224 15 Curve = P-224 23 Curve = P-224 31 Curve = P-224 38 Curve = P-224 46 Curve = P-224 54 Curve = P-224 62 Curve = P-224 70 Curve = P-224 78 Curve = P-224 [all …]
|
D | ecdsa_sign_tests.txt | 8 Curve = P-224 17 Curve = P-224 26 Curve = P-224 35 Curve = P-224 44 Curve = P-224 53 Curve = P-224 62 Curve = P-224 71 Curve = P-224 80 Curve = P-224 89 Curve = P-224 [all …]
|
/external/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_tests.txt | 6 Curve = P-224 14 Curve = P-224 22 Curve = P-224 30 Curve = P-224 38 Curve = P-224 46 Curve = P-224 54 Curve = P-224 62 Curve = P-224 70 Curve = P-224 78 Curve = P-224 [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/ecdsa/ |
D | ecdsa_verify_tests.txt | 8 Curve = P-256 16 Curve = P-256 24 Curve = P-256 32 Curve = P-256 40 Curve = P-256 48 Curve = P-256 56 Curve = P-256 64 Curve = P-256 71 Curve = P-256 79 Curve = P-256 [all …]
|
/external/rust/crates/ring/tests/ |
D | agreement_tests.txt | 8 Curve = X25519 14 Curve = X25519 23 Curve = X25519 27 Curve = X25519 31 Curve = X25519 35 Curve = X25519 39 Curve = X25519 51 Curve = P-256 57 Curve = P-384 67 Curve = P-256 [all …]
|
D | ecdsa_verify_asn1_tests.txt | 4 Curve = P-256 12 Curve = P-256 20 Curve = P-256 28 Curve = P-384 36 Curve = P-384 44 Curve = P-384 71 Curve = P-256 86 Curve = P-256 97 Curve = P-256 113 Curve = P-256 [all …]
|
D | ecdsa_from_pkcs8_tests.txt | 1 Curve = P-256 4 Curve = P-384 8 Curve = P-256 12 Curve = P-384 16 Curve = P-256 21 Curve = P-256 26 Curve = P-256 31 Curve = P-256 36 Curve = P-256 41 Curve = P-256
|
D | ecdsa_verify_fixed_tests.txt | 4 Curve = P-256 12 Curve = P-256 20 Curve = P-256 28 Curve = P-384 36 Curve = P-384 44 Curve = P-384 71 Curve = P-256 86 Curve = P-256 97 Curve = P-256 113 Curve = P-256 [all …]
|
/external/pdfium/third_party/lcms/ |
D | 0027-changes-from-beginning-of-time.patch | 21 @@ -749,14 +749,19 @@ void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve) 25 - if (Curve == NULL) return; 27 + // Curve->InterpParams may be null 28 + if (Curve == NULL || Curve->InterpParams == NULL) return; 30 ContextID = Curve ->InterpParams->ContextID; 32 _cmsFreeInterpParams(Curve ->InterpParams); 33 + Curve ->InterpParams = NULL; 35 - if (Curve -> Table16) 36 + if (Curve -> Table16) { 37 _cmsFree(ContextID, Curve ->Table16); [all …]
|
/external/rust/crates/ring/src/ec/suite_b/ |
D | suite_b_public_key_tests.txt | 3 # Invalid Curve Attack from 6 Curve = P-256 21 Curve = P-256 29 Curve = P-256 34 Curve = P-256 40 Curve = P-256 47 Curve = P-256 54 Curve = P-384 62 Curve = P-384 67 Curve = P-384 [all …]
|
D | curve.rs | 35 pub static $NAME: ec::Curve = ec::Curve {
|
/external/rust/crates/ring/src/ec/suite_b/ecdsa/ |
D | ecdsa_sign_fixed_tests.txt | 11 Curve = P-256 19 Curve = P-256 27 Curve = P-256 35 Curve = P-256 43 Curve = P-256 51 Curve = P-256 59 Curve = P-256 67 Curve = P-256 75 Curve = P-256 83 Curve = P-256 [all …]
|
D | ecdsa_digest_scalar_tests.txt | 5 Curve = P-256 10 Curve = P-256 15 Curve = P-384 20 Curve = P-384 28 Curve = P-256 33 Curve = P-256 38 Curve = P-384 46 Curve = P-256 51 Curve = P-256 56 Curve = P-384 [all …]
|
/external/rust/crates/criterion-plot/src/ |
D | curve.rs | 156 pub enum Curve<X, Y> { enum 201 impl<X, Y> Curve<X, Y> { implementation 204 Curve::Dots { .. } => Style::Dots, in style() 205 Curve::Impulses { .. } => Style::Impulses, in style() 206 Curve::Lines { .. } => Style::Lines, in style() 207 Curve::LinesPoints { .. } => Style::LinesPoints, in style() 208 Curve::Points { .. } => Style::Points, in style() 209 Curve::Steps { .. } => Style::Steps, in style() 237 impl<X, Y> traits::Plot<Curve<X, Y>> for Figure 246 fn plot<F>(&mut self, curve: Curve<X, Y>, configure: F) -> &mut Figure in plot() [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsgamma.c | 857 void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve) in cmsFreeToneCurve() argument 863 if (Curve == NULL || Curve->InterpParams == NULL) return; in cmsFreeToneCurve() 865 ContextID = Curve ->InterpParams->ContextID; in cmsFreeToneCurve() 867 _cmsFreeInterpParams(Curve ->InterpParams); in cmsFreeToneCurve() 868 Curve ->InterpParams = NULL; in cmsFreeToneCurve() 870 if (Curve -> Table16) { in cmsFreeToneCurve() 871 _cmsFree(ContextID, Curve ->Table16); in cmsFreeToneCurve() 872 Curve ->Table16 = NULL; in cmsFreeToneCurve() 875 if (Curve ->Segments) { in cmsFreeToneCurve() 879 for (i=0; i < Curve ->nSegments; i++) { in cmsFreeToneCurve() [all …]
|
/external/skia/tests/ |
D | PathOpsThreeWayTest.cpp | 14 struct Curve { struct 19 static const Curve testSet0[] = { // extracted from skpClip2 argument 25 static const Curve testSet1[] = { // extracted from cubicOp85i 33 const Curve* tests; 48 const Curve& oTest = testSet.tests[outer]; in testSetTest() 50 const Curve& iTest = testSet.tests[inner]; in testSetTest()
|
/external/skqp/tests/ |
D | PathOpsThreeWayTest.cpp | 14 struct Curve { struct 19 static const Curve testSet0[] = { // extracted from skpClip2 argument 25 static const Curve testSet1[] = { // extracted from cubicOp85i 33 const Curve* tests; 48 const Curve& oTest = testSet.tests[outer]; in testSetTest() 50 const Curve& iTest = testSet.tests[inner]; in testSetTest()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
D | ecdsa.go | 34 Curve string `json:"curve"` member 86 if _, ok := e.curves[group.Curve]; !ok { 87 return nil, fmt.Errorf("curve %q in test group %d not supported", group.Curve, group.ID) 103 result, err := m.Transact(e.algo+"/"+"keyGen", 3, []byte(group.Curve)) 120 result, err := m.Transact(e.algo+"/"+"keyVer", 1, []byte(group.Curve), qx, qy) 145 result, err := m.Transact(e.algo+"/"+"keyGen", 3, []byte(group.Curve)) 166 …result, err := m.Transact(op, 2, []byte(group.Curve), sigGenPrivateKey, []byte(group.HashAlgo), ms… 200 …result, err := m.Transact(e.algo+"/"+"sigVer", 1, []byte(group.Curve), []byte(group.HashAlgo), msg…
|
D | kas.go | 31 Curve string `json:"domainParameterGenerationMode"` member 83 switch group.Curve { 87 return nil, fmt.Errorf("unknown curve %q", group.Curve) 101 method := "ECDH/" + group.Curve
|
/external/rust/crates/ring/src/ec/ |
D | keys.rs | 1 use super::{Curve, ELEM_MAX_BYTES, SEED_MAX_BYTES}; 25 curve: &'static Curve, 31 curve: &'static Curve, in generate() argument 45 curve: &'static Curve, in from_bytes() argument
|
/external/lmfit/ruby/inline/ |
D | curve1_rubyinline.rb | 17 class Curve class 96 c = Curve.new
|
/external/rust/crates/ring/src/ |
D | ec.rs | 19 pub struct Curve { struct 35 derive_debug_via_id!(Curve); argument
|
/external/boringssl/src/ssl/test/runner/ |
D | sign.go | 128 curve elliptic.Curve 132 func (e *ecdsaSigner) isCurveValid(curve elliptic.Curve) bool { 144 return ok && e.isCurveValid(ecdsaKey.Curve) 170 if !e.isCurveValid(ecdsaKey.Curve) { 182 order := ecdsaKey.Curve.Params().N 193 if !e.isCurveValid(ecdsaKey.Curve) {
|