/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256_amd64.go | 8 // S.Gueron and V.Krasnov, "Fast prime field elliptic-curve cryptography with 49 func (curve p256Curve) Params() *CurveParams { 50 return curve.CurveParams 113 func (curve p256Curve) Inverse(k *big.Int) *big.Int { 219 // underlying field of the curve. (See initP256 for the value.) Thus rr here is 230 func (curve p256Curve) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) { 262 func (curve p256Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) { 271 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
|
p256_s390x.go | 25 p256 Curve 47 func (curve p256CurveFast) Params() *CurveParams { 48 return curve.CurveParams 114 func (curve p256CurveFast) Inverse(k *big.Int) *big.Int { 208 // underlying field of the curve. (See initP256 for the value.) Thus rr here is 224 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) { 249 func (curve p256CurveFast) ScalarBaseMult(scalar []byte) (x, y *big.Int) { 255 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
|
p224.go | 38 // P224 returns a Curve which implements P-224 (see FIPS 186-3, section D.2.2). 41 func P224() Curve { 46 func (curve p224Curve) Params() *CurveParams { 47 return curve.CurveParams 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool { 66 p224Add(&x3, &x3, &curve.b) 120 func (curve p224Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) { 124 p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar) 501 // These functions deal with group elements. The group is an elliptic curve [all...] |
/system/iot/attestation/atap/test/ |
atap_command_unittest.cpp | 47 void set_curve(AtapCurveType curve) { 48 curve_ = curve;
|
/system/keymaster/km_openssl/ |
ecies_kem.cpp | 28 LOG_E("%s", "EciesKem: no curve specified"); 40 LOG_E("EciesKem: curve %d is unsupported", curve_);
|
/external/eigen/unsupported/Eigen/src/Splines/ |
SplineFitting.h | 42 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data 74 * Curve interpolation with directional constraints for engineering design. 186 * \sa Les Piegl and Wayne Tiller, The NURBS book (2nd ed.), 1997, 9.2.1 Global Curve Interpolation to Point Data 255 * Curve interpolation with directional constraints for engineering design. 277 * Curve interpolation with directional constraints for engineering design.
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p224.go | 38 // P224 returns a Curve which implements P-224 (see FIPS 186-3, section D.2.2). 41 func P224() Curve { 46 func (curve p224Curve) Params() *CurveParams { 47 return curve.CurveParams 50 func (curve p224Curve) IsOnCurve(bigX, bigY *big.Int) bool { 66 p224Add(&x3, &x3, &curve.b) 120 func (curve p224Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) { 124 p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar) 501 // These functions deal with group elements. The group is an elliptic curve [all...] |
/external/boringssl/src/crypto/fipsmodule/ec/ |
ec.c | 64 * The elliptic curve binary polynomial software is originally written by 367 // Note any curve which did not satisfy this must have been invalid or use a 401 static EC_GROUP *ec_group_new_from_data(const struct built_in_curve *curve) { 413 const unsigned param_len = curve->param_len; 414 const uint8_t *params = curve->params; 423 group = ec_group_new(curve->method); 487 const struct built_in_curve *curve = NULL; local 490 curve = &curves->curves[i]; 496 if (curve == NULL) { 508 ret = ec_group_new_from_data(curve); [all...] |
internal.h | 64 * The elliptic curve binary polynomial software is originally written by 148 int curve_name; // optional NID for named curve 157 BIGNUM a, b; // Curve coefficients. 293 // comment is a human-readable string describing the curve.
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
metric_ops.py | [all...] |
/external/dng_sdk/source/ |
dng_camera_profile.h | 267 // The "as shot" tone curve for this profile. Check IsValid method 692 // Accessors for tone curve. 694 /// Returns the tone curve of the profile. 701 /// Sets the tone curve of the profile to the specified curve. 703 void SetToneCurve (const dng_tone_curve &curve) 705 fToneCurve = curve;
|
/external/skia/src/gpu/ccpr/ |
GrCCGeometry.cpp | 76 // Returns whether the (convex) curve segment is monotonic with respect to [endPt - startPt]. 84 // approaches 0 length, meaning the (convex) curve segment is effectively a flat line. 116 // Chop the curve into two segments with equal curvature. To do this we find the T value whose 166 // be the two points on the curve at which a square box with radius "padRadius" will have a corner 300 // Don't crunch on the curve and inflate geometry if it is nearly flat (or just very small). 421 // The rest of the curve is Section 3 (middle section). 447 // The curve begins at Section 3 (middle section).
|
/external/skqp/src/gpu/ccpr/ |
GrCCGeometry.cpp | 76 // Returns whether the (convex) curve segment is monotonic with respect to [endPt - startPt]. 84 // approaches 0 length, meaning the (convex) curve segment is effectively a flat line. 116 // Chop the curve into two segments with equal curvature. To do this we find the T value whose 166 // be the two points on the curve at which a square box with radius "padRadius" will have a corner 300 // Don't crunch on the curve and inflate geometry if it is nearly flat (or just very small). 421 // The rest of the curve is Section 3 (middle section). 447 // The curve begins at Section 3 (middle section).
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyManagerBase.h | 163 // 4 points to define the volume attenuation curve, each characterized by the volume 176 // device categories used for volume curve management. 232 // default volume curve 234 // default volume curve for media strategy 236 // volume curve for media strategy on speakers 238 // volume curve for sonification strategy on speakers 473 // returns the category the device belongs to with regard to volume curve management
|
/external/bart/bart/common/ |
Utils.py | 71 """Return the area under the time series curve (Integral) 112 The area under the curve is: 136 The area under the curve is:
|
/external/lmfit/man/ |
lmcurve.3 | 142 lmcurve \- Levenberg\-Marquardt least\-squares fit of a curve (t,y) 169 \&\fB\f(BIlmcurve()\fB\fR and \fB\f(BIlmcurve_tyd()\fB\fR wrap the more generic minimization function \fB\f(BIlmmin()\fB\fR, for use in curve fitting. 219 Fit a data set y(x) by a curve f(x;p):
|
/external/nos/host/android/hals/keymaster/ |
import_key.cpp | 187 // Unsupported curve. 193 LOG(ERROR) << "ImportKey: curve-id does not match PKCS8"; 216 // Curve parameter.
|
/external/skia/experimental/docs/ |
animationCommon.js | 117 var curve = Object.keys(curves)[0]; 119 copy[i][curve] = curves[curve].slice(0); // clone the array of curves
|
/external/skia/src/gpu/ops/ |
GrAAConvexTessellator.cpp | 29 // dot product below which we use a round cap between curve segments 32 // dot product above which we consider two adjacent curves to be part of the "same" curve 72 CurveState curve) { 79 *fCurveState.push() = curve; 528 CurveState curve = fCurveState[originalIdx]; 532 int perp1Idx = this->addPt(perp1, -outset, coverage, false, curve); 540 perp2Idx = this->addPt(perp2, -outset, coverage, false, curve); 544 if (curve == kCurve_CurveState) { [all...] |
/external/skqp/experimental/docs/ |
animationCommon.js | 117 var curve = Object.keys(curves)[0]; 119 copy[i][curve] = curves[curve].slice(0); // clone the array of curves
|
/external/skqp/src/gpu/ops/ |
GrAAConvexTessellator.cpp | 29 // dot product below which we use a round cap between curve segments 32 // dot product above which we consider two adjacent curves to be part of the "same" curve 72 CurveState curve) { 79 *fCurveState.push() = curve; 528 CurveState curve = fCurveState[originalIdx]; 532 int perp1Idx = this->addPt(perp1, -outset, coverage, false, curve); 540 perp2Idx = this->addPt(perp2, -outset, coverage, false, curve); 544 if (curve == kCurve_CurveState) { [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCurves.java | 202 // We only display the other channels curves when showing the RGB curve 207 // And we only display a curve if it has more than two 214 // ...but we always display the current curve.
|
/cts/apps/CameraITS/tests/inprog/ |
test_blc_lsc.py | 66 req["android.tonemap.curve"] = {
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
CurvedMotion.java | 74 // Set up path to new location using a B?zier spline curve
|
/external/ImageMagick/www/Magick++/ |
Drawable.html | 186 <p class="western">Draw a bezier curve using the <i>stroke</i> color and based on the coordinates specified by the <i>coordinates_</i> list.</p></td></tr> [all...] |