| /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/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/ |
| D | make_tables.go | 179 func makeMultiples(curve elliptic.Curve, n, shift int) [][2]*big.Int { 202 func makeComb(curve elliptic.Curve, stride, size, shift int) [][2]*big.Int { 227 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { 243 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 { 254 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint64 { 303 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 310 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 317 func writeU32Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… 377 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
|
| D | make_ec_scalar_base_mult_tests.go | 34 func printMultiples(name string, curve elliptic.Curve) {
|
| /external/boringssl/src/crypto/fipsmodule/ec/ |
| D | make_tables.go | 179 func makeMultiples(curve elliptic.Curve, n, shift int) [][2]*big.Int { 202 func makeComb(curve elliptic.Curve, stride, size, shift int) [][2]*big.Int { 227 func toMontgomery(curve elliptic.Curve, n *big.Int) *big.Int { 243 func bigIntToU64s(curve elliptic.Curve, n *big.Int) []uint64 { 254 func bigIntToU32s(curve elliptic.Curve, n *big.Int) []uint64 { 303 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 310 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 317 func writeU32Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error { 329 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr… 377 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
|
| D | make_ec_scalar_base_mult_tests.go | 34 func printMultiples(name string, curve elliptic.Curve) {
|
| /external/skia/tests/ |
| D | PathOpsThreeWayTest.cpp | 21 struct Curve { struct 26 static const Curve testSet0[] = { // extracted from skpClip2 argument
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider/src/ |
| D | elliptic_curve.rs | 22 pub trait Curve {} trait
|
| /external/lmfit/ruby/inline/ |
| D | curve1_rubyinline.rb | 17 class Curve class
|
| /external/rust/crates/criterion-plot/src/ |
| D | curve.rs | 159 pub enum Curve<X, Y> { enum 204 impl<X, Y> Curve<X, Y> { impl
|
| /external/rust/crates/ring/src/ec/ |
| D | keys.rs | 32 curve: &'static Curve, in generate() 46 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/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/ |
| D | device_to_device_messages.proto | 56 enum Curve { ED_25519 = 1; } enum
|
| /external/ukey2/src/main/proto/ |
| D | device_to_device_messages.proto | 56 enum Curve { ED_25519 = 1; } enum
|
| /external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/ |
| D | device_to_device_messages.rs | 485 pub fn curve(&self) -> Curve { in curve() 501 pub fn set_curve(&mut self, v: Curve) { in set_curve() 904 pub enum Curve { enum 909 impl ::protobuf::Enum for Curve { implementation 916 fn from_i32(value: i32) -> ::std::option::Option<Curve> { in from_i32() 929 impl ::std::default::Default for Curve { implementation
|
| /external/pdfium/third_party/lcms/src/ |
| D | cmsgamma.c | 906 void CMSEXPORT cmsFreeToneCurve(cmsToneCurve* Curve) in cmsFreeToneCurve() 1330 cmsBool CMSEXPORT cmsIsToneCurveLinear(const cmsToneCurve* Curve) in cmsIsToneCurveLinear() 1419 cmsFloat32Number CMSEXPORT cmsEvalToneCurveFloat(const cmsToneCurve* Curve, cmsFloat32Number v) in cmsEvalToneCurveFloat() 1438 cmsUInt16Number CMSEXPORT cmsEvalToneCurve16(const cmsToneCurve* Curve, cmsUInt16Number v) in cmsEvalToneCurve16()
|
| D | cmsopt.c | 1596 void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) in FillFirstShaper() 1615 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
|
| D | cmsps2.c | 701 int EmitCIEBasedA(cmsIOHANDLER* m, cmsToneCurve* Curve, cmsCIEXYZ* BlackPoint) in EmitCIEBasedA()
|
| D | cmstypes.c | 1195 cmsToneCurve* Curve = (cmsToneCurve*) Ptr; in Type_Curve_Write() local 1246 cmsToneCurve* Curve = (cmsToneCurve*) Data; in DecideCurveType() local 1294 cmsToneCurve* Curve = (cmsToneCurve*) Ptr; in Type_ParametricCurve_Write() local 4034 cmsToneCurve* Curve; in ReadSegmentedCurve() local
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | ecdsa.go | 34 Curve string `json:"curve"` member
|
| D | kas.go | 31 Curve string `json:"domainParameterGenerationMode"` member
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | ecdsa.go | 34 Curve string `json:"curve"` member
|
| D | kas.go | 31 Curve string `json:"domainParameterGenerationMode"` 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
|