/system/bt/stack/smp/ |
p_256_ecc_pp.cc | 21 * This file contains simple pairing algorithms using Elliptic Curve 31 elliptic_curve_t curve; variable 207 modp = curve.p;
|
/system/iot/attestation/atap/libatap/ |
atap_util.c | 238 bool validate_curve(AtapCurveType curve) { 239 if (curve != ATAP_CURVE_TYPE_P256 && curve != ATAP_CURVE_TYPE_X25519) {
|
/system/keymaster/legacy_support/ |
keymaster1_legacy_support.cpp | 212 keymaster_ec_curve_t curve; local 213 if (key_description.GetTagValue(TAG_EC_CURVE, &curve)) { 216 keymaster_error_t error = EcCurveToKeySize(curve, &key_size_from_curve);
|
/cts/apps/CameraITS/tests/scene1/ |
test_capture_result.py | 66 "android.tonemap.curve": {"red": manual_tonemap, 166 curves = [cap_res["android.tonemap.curve"]["red"], 167 cap_res["android.tonemap.curve"]["green"], 168 cap_res["android.tonemap.curve"]["blue"]]
|
/external/ImageMagick/PerlMagick/demo/ |
piddle.pl | 25 # Draw curve.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
WeightedObservedPoint.java | 23 * {@link CurveFitter curve fitting}.
|
/external/boringssl/src/crypto/ecdh/ |
ecdh_test.cc | 54 t->PrintLine("Unknown curve '%s'", curve_name.c_str()); 69 bssl::UniquePtr<EC_GROUP> group = GetCurve(t, "Curve"); 184 for (const auto &curve : curves) { 185 groups.emplace_back(EC_GROUP_new_by_curve_name(curve.nid));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
ECPrivateKeyStructure.java | 21 * the elliptic curve private key object from SEC 1
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
BCECPrivateKey.java | 76 ECCurve curve = spec.getParams().getCurve(); local 79 ellipticCurve = EC5Util.convertCurve(curve, spec.getParams().getSeed()); 218 ECCurve curve = EC5Util.getCurve(configuration, params); local 219 ecSpec = EC5Util.convertToSpec(params, curve);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafL2RMultiplier.java | 50 // TODO Get addition/doubling cost ratio from curve and compare to 'scale' to see if worth substituting?
|
/external/freetype/src/base/ |
ftbbox.c | 132 /* Find the extrema of a 1-dimensional conic Bezier curve and update */ 178 /* FT_Outline_Decompose(). It checks a conic Bezier curve with the */ 231 /* Find the extrema of a 1-dimensional cubic Bezier curve and */ 371 /* FT_Outline_Decompose(). It checks a cubic Bezier curve with the */
|
/external/lmfit/demo/ |
curve2.c | 7 * fit a data set (x,y+-dy) by a curve f(x;p).
|
/external/lmfit/man/ |
lmcurve.html | 5 <title>lmfit: a self-contained C library for Levenberg-Marquardt least-squares minimization and curve fitting</title> 20 <p>lmcurve - Levenberg-Marquardt least-squares fit of a curve (t,y)</p> 40 <p><b>lmcurve()</b> and <b>lmcurve_tyd()</b> wrap the more generic minimization function <b>lmmin()</b>, for use in curve fitting.</p> 108 <p>Fit a data set y(x) by a curve f(x;p):</p>
|
/external/scapy/scapy/layers/tls/ |
keyexchange_tls13.py | 77 curve = ec._CURVE_TYPES[_tls_named_curves[self.group]]() 78 privkey = ec.generate_private_key(curve, default_backend()) 113 curve = ec._CURVE_TYPES[_tls_named_curves[self.group]]() 115 public_numbers = import_point(curve, self.key_exchange)
|
/external/skia/include/c/ |
sk_path.h | 44 Add a conic curve from the last point, approaching control point
|
/external/skia/src/core/ |
SkRTree.h | 23 * which groups rects by position on the Hilbert curve, is probably worth a look). There also
|
SkSRGB.h | 29 // Approximation of the sRGB gamma curve (within 1 when scaled to 8-bit pixels).
|
/external/skqp/include/c/ |
sk_path.h | 44 Add a conic curve from the last point, approaching control point
|
/external/skqp/src/core/ |
SkRTree.h | 23 * which groups rects by position on the Hilbert curve, is probably worth a look). There also
|
SkSRGB.h | 29 // Approximation of the sRGB gamma curve (within 1 when scaled to 8-bit pixels).
|
/external/walt/android/WALT/app/src/main/res/values/ |
strings.xml | 41 <item>Brightness Curve</item>
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
EcKeyTest.java | 61 * field (RFC 3280). - EcpkParameters can be implicitlyCA (not sure how we would specify the curve 163 * Tests key generation for given parameters. The test can be skipped if the curve is not a 164 * standard curve. 184 // TODO(bleichen): correct curve?
|
/frameworks/base/core/java/android/net/ |
ScoredNetwork.java | 37 * Key used with the {@link #attributes} bundle to define the badging curve. 39 * <p>The badging curve is a {@link RssiCurve} used to map different RSSI values to {@link 288 * badging curve. 290 * <p>If no badging curve is present, {@link #BADGE_NONE} will be returned.
|
/frameworks/base/core/java/android/transition/ |
PathMotion.java | 28 * have these motions move in a curve can change how Views interpolate in two dimensions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskStackLayoutAlgorithm.java | [all...] |