Searched
full:curve (Results
426 -
450 of
1077) sorted by null
<<11121314151617181920>>
/system/tpm/trunks/ |
tpm_state.h | 71 // Returns true iff the TPM supports the ECC NIST P-256 curve.
|
/bootable/recovery/tools/dumpkey/ |
DumpPublicKey.java | 73 * 5: 256-bit EC key with curve NIST P-256 78 throw new Exception("Curve must be NIST P-256");
|
/device/google/marlin/ |
audio_policy_volumes_drc.xml | 16 <!-- Volume section defines a volume curve for a given use case and device category. 17 It contains a list of points of this curve expressing the attenuation in Millibels for a given
|
/device/google/muskie/ |
audio_policy_volumes.xml | 16 <!-- Volume section defines a volume curve for a given use case and device category. 17 It contains a list of points of this curve expressing the attenuation in Millibels for a given
|
/external/adhd/cras/ |
README.dbus-api | 12 output-specific volume curve. 18 output-specific volume curve.
|
/external/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 95 // The parameters are a named curve. 167 // Omit the redundant copy of the curve name. This contradicts RFC 5915 but
|
/external/boringssl/src/crypto/x509/ |
x509_txt.c | 181 return ("Suite B: invalid ECC curve"); 185 return ("Suite B: curve not allowed for this LOS");
|
/external/boringssl/src/include/openssl/ |
curve25519.h | 27 // Curve25519 is an elliptic curve. See https://tools.ietf.org/html/rfc7748. 63 // Ed25519 is a signature scheme using a twisted-Edwards curve that is
|
/external/dng_sdk/source/ |
dng_tag_values.h | 357 // 2. Encode V coordinate using sRGB encoding curve. 360 // 5. Decode V coordinate using sRGB decoding curve (inverse of step 2).
|
/external/libexif/libexif/olympus/ |
mnote-olympus-tag.c | 70 {MNOTE_NIKON_TAG_CURVE, "Curve,", N_("Contrast Curve"), ""},
|
/external/lmfit/ |
CHANGELOG | 137 -- separate generic minimization and one-dimensional curve fitting 139 - replace curve-fitting demo
|
/external/lmfit/man/ |
lmfit.7 | 145 \&\fBlmfit\fR is a C library for Levenberg-Marquardt least-squares minimization and curve fitting. It is mature code, based on decades-old algorithms from the \s-1FORTRAN\s0 library \s-1MINPACK.\s0 147 For fitting a data set {(x_i,y_i)|i=0,1,..} by a parametric curve f(x,t), see \fBlmcurve\fR(3).
|
/external/python/cpython2/Doc/library/ |
gl.rst | 101 Defines a nurbs curve. The length of ctlpoints is ``len(knots) - order``. 106 Defines a piecewise-linear curve. *points* is a list of points. *type* must be
|
/external/python/cpython2/Lib/test/ |
ssl_servers.py | 182 parser.add_argument('--curve-name', dest='curve_name', type=str, 184 help='curve name for EC-based Diffie-Hellman')
|
/external/python/cpython3/Lib/test/ |
ssl_servers.py | 182 parser.add_argument('--curve-name', dest='curve_name', type=str, 184 help='curve name for EC-based Diffie-Hellman')
|
/external/wycheproof/ |
README.md | 30 cryptographic algorithms, including RSA, elliptic curve crypto and 64 - Invalid curve attacks
|
/frameworks/av/services/audiopolicy/config/ |
audio_policy_volumes.xml | 16 <!-- Volume section defines a volume curve for a given use case and device category. 17 It contains a list of points of this curve expressing the attenuation in Millibels for a given
|
/frameworks/base/core/java/android/view/animation/ |
PathInterpolator.java | 69 * Create an interpolator for a quadratic Bezier curve. The end points 80 * Create an interpolator for a cubic Bezier curve. The end points
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
authorization_set.h | 259 AuthorizationSetBuilder& EcdsaKey(EcCurve curve); 267 AuthorizationSetBuilder& EcdsaSigningKey(EcCurve curve);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
HermiteInterpolator.java | 20 * Interpolates XY-coordinates using Cubic Hermite Curve. 141 * with the slope of the tangent m1 at p1 and m2 at p2, the polynomial of cubic Hermite curve
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
elliptic.a | 15 elliptic
0
|SGOROOTsrccryptoelliptic.go Curve |