HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 401 - 425 of 1077) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/ssl/
ssl_privkey.cc 102 int curve; member in struct:bssl::__anon14383
156 // EC keys have a curve requirement.
158 (alg->curve == NID_undef ||
160 EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey))) != alg->curve)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X962NamedCurves.java 595 * return the X9ECParameters object for the named curve represented by
596 * the passed in object identifier. Null if the curve isn't present.
598 * @param oid an object identifier representing a named curve, if present.
626 * return the named curve name represented by the given object identifier.
X9FieldID.java 14 * ASN.1 def for Elliptic-Curve Field ID structure. See
  /external/conscrypt/common/src/main/java/org/conscrypt/
Conscrypt.java 285 * The private key must be an Elliptic Curve (EC) key based on the NIST P-256 curve (aka
443 * The private key must be an Elliptic Curve (EC) key based on the NIST P-256 curve (aka
OpenSSLECDHKeyAgreement.java 32 * Elliptic Curve Diffie-Hellman key agreement backed by the OpenSSL engine.
  /external/libconstrainedcrypto/
p256.c 27 // This is an implementation of the P256 elliptic curve group. It's written to
42 const p256_int SECP256r1_n = // curve order
45 const p256_int SECP256r1_p = // curve field size
48 const p256_int SECP256r1_b = // curve b
  /external/scapy/test/
cert.uts 64 = PubKey class : Checking curve
65 z.pubkey.curve.name == "secp256k1"
131 assert(y.key.curve.name == "secp256k1")
251 assert(pubkey.curve.name == 'secp384r1')
  /external/skia/include/core/
SkICC.h 46 * to match to a standard curve.
  /external/skia/src/core/
SkStroke.cpp 38 /* Enable to show the decisions made in subdividing the curve -- helpful when the resulting
81 SkPoint fQuad[3]; // the stroked quad parallel to the original curve
84 SkScalar fStartT; // a segment of the original curve
182 kPoint_ReductionType, // all curve points are practically identical
689 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
727 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
761 // Given a point on the curve and its derivative, scale the derivative by the radius, and
782 // Given a conic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
811 // Given a cubic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
    [all...]
  /external/skqp/include/core/
SkICC.h 46 * to match to a standard curve.
  /external/skqp/src/core/
SkStroke.cpp 38 /* Enable to show the decisions made in subdividing the curve -- helpful when the resulting
81 SkPoint fQuad[3]; // the stroked quad parallel to the original curve
84 SkScalar fStartT; // a segment of the original curve
182 kPoint_ReductionType, // all curve points are practically identical
688 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
726 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
760 // Given a point on the curve and its derivative, scale the derivative by the radius, and
781 // Given a conic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
810 // Given a cubic and t, return the point on curve, its perpendicular, and the perpendicular tangent.
    [all...]
  /external/tpm2/
Duplicate.c 19 // curve)
  /frameworks/base/libs/hwui/renderstate/
TextureState.cpp 55 * range, but can affect the curve for a different visual falloff.
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
threshold.rs 47 // the gaussian curve begins to lose its shape
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
threshold.rs 47 // the gaussian curve begins to lose its shape
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
threshold.rs 47 // the gaussian curve begins to lose its shape
threshold_half.rs 47 // the gaussian curve begins to lose its shape
  /frameworks/support/interpolator/src/main/java/androidx/interpolator/view/animation/
FastOutLinearInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
FastOutSlowInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
LinearOutSlowInInterpolator.java 22 * Uses a lookup table for the Bezier curve from (0,0) to (1,1) with control points:
  /hardware/interfaces/keymaster/4.0/support/
authorization_set.cpp 433 AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaKey(EcCurve curve) {
435 Authorization(TAG_EC_CURVE, curve);
472 AuthorizationSetBuilder& AuthorizationSetBuilder::EcdsaSigningKey(EcCurve curve) {
473 EcdsaKey(curve);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FlingScroller.java 27 // (3) The deceleration curve is different.
  /packages/apps/Launcher2/src/com/android/launcher2/
InterruptibleInOutAnimator.java 112 * same interpolation curve as animateIn(), rather than mirroring it. Also, like animateIn(),
  /packages/apps/Launcher3/src/com/android/launcher3/
InterruptibleInOutAnimator.java 114 * same interpolation curve as animateIn(), rather than mirroring it. Also, like animateIn(),
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 

Completed in 950 milliseconds

<<11121314151617181920>>