Home
last modified time | relevance | path

Searched defs:Curve (Results 1 – 19 of 19) sorted by relevance

/external/rust/crates/ring/src/
Dec.rs19 pub struct Curve { struct
23 pub id: CurveID, argument
35 derive_debug_via_id!(Curve); argument
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go177 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…
Dmake_ec_scalar_base_mult_tests.go32 func printMultiples(name string, curve elliptic.Curve) {
/external/skia/tests/
DPathOpsThreeWayTest.cpp14 struct Curve { struct
19 static const Curve testSet0[] = { // extracted from skpClip2 argument
/external/skqp/tests/
DPathOpsThreeWayTest.cpp14 struct Curve { struct
19 static const Curve testSet0[] = { // extracted from skpClip2 argument
/external/lmfit/ruby/inline/
Dcurve1_rubyinline.rb17 class Curve class
/external/rust/crates/criterion-plot/src/
Dcurve.rs156 pub enum Curve<X, Y> { enum
201 impl<X, Y> Curve<X, Y> { implementation
/external/rust/crates/ring/src/ec/
Dkeys.rs31 curve: &'static Curve, in generate()
45 curve: &'static Curve, in from_bytes()
Dsuite_b.rs157 curve: &'static ec::Curve, in key_pair_from_pkcs8()
213 curve: &'static ec::Curve, in key_pair_from_bytes()
/external/ukey2/src/main/proto/
Ddevice_to_device_messages.proto56 enum Curve { ED_25519 = 1; } enum
/external/avb/proto/crypto/keyspb/
Dkeyspb.proto26 enum Curve { enum
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c857 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()
Dcmsopt.c1597 void FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) in FillFirstShaper()
1616 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
Dcmsps2.c705 int EmitCIEBasedA(cmsIOHANDLER* m, cmsToneCurve* Curve, cmsCIEXYZ* BlackPoint) in EmitCIEBasedA()
Dcmstypes.c1148 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/
Dkas.go31 Curve string `json:"domainParameterGenerationMode"` member
Decdsa.go34 Curve string `json:"curve"` member
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3279.py173 class Curve(univ.Sequence): class
/external/python/asn1crypto/asn1crypto/
Dkeys.py292 class Curve(Sequence): class