Home
last modified time | relevance | path

Searched refs:Curve (Results 1 – 25 of 110) sorted by relevance

12345

/external/boringssl/src/crypto/fipsmodule/ec/
Dec_scalar_base_mult_tests.txt6 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 …]
Dmake_tables.go177 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/
Decdsa_verify_tests.txt8 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 …]
Decdsa_sign_tests.txt8 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/
Decdh_tests.txt6 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/
Decdsa_verify_tests.txt8 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/
Dagreement_tests.txt8 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 …]
Decdsa_verify_asn1_tests.txt4 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 …]
Decdsa_from_pkcs8_tests.txt1 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
Decdsa_verify_fixed_tests.txt4 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/
D0027-changes-from-beginning-of-time.patch21 @@ -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/
Dsuite_b_public_key_tests.txt3 # 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 …]
Dcurve.rs35 pub static $NAME: ec::Curve = ec::Curve {
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Decdsa_sign_fixed_tests.txt11 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 …]
Decdsa_digest_scalar_tests.txt5 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/
Dcurve.rs156 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/
Dcmsgamma.c857 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/skqp/tests/
DPathOpsThreeWayTest.cpp14 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/skia/tests/
DPathOpsThreeWayTest.cpp14 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/
Decdsa.go34 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…
Dkas.go31 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/
Dkeys.rs1 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/
Dcurve1_rubyinline.rb17 class Curve class
96 c = Curve.new
/external/boringssl/src/ssl/test/runner/
Dsign.go128 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) {
/external/rust/crates/ring/src/
Dec.rs19 pub struct Curve { struct
35 derive_debug_via_id!(Curve); argument

12345