/external/rust/crates/ring/src/ |
D | ec.rs | 19 pub struct Curve { struct 23 pub id: CurveID, argument 35 derive_debug_via_id!(Curve); argument
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | make_tables.go | 177 func makeMultiples(curve elliptic.Curve, n, shift int) [][2]*big.Int { 200 func makeComb(curve elliptic.Curve, stride, size, shift int) [][2]*big.Int { 225 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { 241 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 { 252 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint64 { 301 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 308 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 315 func writeU32Mont(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… 375 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
|
D | make_ec_scalar_base_mult_tests.go | 32 func printMultiples(name string, curve elliptic.Curve) {
|
/external/skia/tests/ |
D | PathOpsThreeWayTest.cpp | 14 struct Curve { struct 19 static const Curve testSet0[] = { // extracted from skpClip2 argument
|
/external/skqp/tests/ |
D | PathOpsThreeWayTest.cpp | 14 struct Curve { struct 19 static const Curve testSet0[] = { // extracted from skpClip2 argument
|
/external/lmfit/ruby/inline/ |
D | curve1_rubyinline.rb | 17 class Curve class
|
/external/rust/crates/criterion-plot/src/ |
D | curve.rs | 156 pub enum Curve<X, Y> { enum 201 impl<X, Y> Curve<X, Y> { implementation
|
/external/rust/crates/ring/src/ec/ |
D | keys.rs | 31 curve: &'static Curve, in generate() 45 curve: &'static Curve, in from_bytes()
|
D | suite_b.rs | 157 curve: &'static ec::Curve, in key_pair_from_pkcs8() 213 curve: &'static ec::Curve, in key_pair_from_bytes()
|
/external/ukey2/src/main/proto/ |
D | device_to_device_messages.proto | 56 enum Curve { ED_25519 = 1; } enum
|
/external/avb/proto/crypto/keyspb/ |
D | keyspb.proto | 26 enum Curve { enum
|
/external/pdfium/third_party/lcms/src/ |
D | cmsgamma.c | 857 void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve) in cmsFreeToneCurve() 1280 cmsBool CMSEXPORT cmsIsToneCurveLinear(const cmsToneCurve* Curve) in cmsIsToneCurveLinear() 1369 cmsFloat32Number CMSEXPORT cmsEvalToneCurveFloat(const cmsToneCurve* Curve, cmsFloat32Number v) in cmsEvalToneCurveFloat() 1388 cmsUInt16Number CMSEXPORT cmsEvalToneCurve16(const cmsToneCurve* Curve, cmsUInt16Number v) in cmsEvalToneCurve16()
|
D | cmsopt.c | 1597 void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) in FillFirstShaper() 1616 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
|
D | cmsps2.c | 705 int EmitCIEBasedA(cmsIOHANDLER* m, cmsToneCurve* Curve, cmsCIEXYZ* BlackPoint) in EmitCIEBasedA()
|
D | cmstypes.c | 1148 cmsToneCurve* Curve = (cmsToneCurve*) Ptr; in Type_Curve_Write() local 1199 cmsToneCurve* Curve = (cmsToneCurve*) Data; in DecideCurveType() local 1247 cmsToneCurve* Curve = (cmsToneCurve*) Ptr; in Type_ParametricCurve_Write() local 3942 cmsToneCurve* Curve; in ReadSegmentedCurve() local
|
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
D | kas.go | 31 Curve string `json:"domainParameterGenerationMode"` member
|
D | ecdsa.go | 34 Curve string `json:"curve"` member
|
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3279.py | 173 class Curve(univ.Sequence): class
|
/external/python/asn1crypto/asn1crypto/ |
D | keys.py | 292 class Curve(Sequence): class
|