/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
sunec.jar | |
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
sunec.jar | |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraMetadata.java | 451 * <li>{@link CaptureRequest#TONEMAP_CURVE android.tonemap.curve}</li> [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2.h | [all...] |
/external/ImageMagick/MagickWand/ |
drawing-wand.c | 792 % DrawBezier() draws a bezier curve through a set of points on the image. [all...] |
/external/ImageMagick/coders/ |
dcm.c | 194 { 0x0008, 0x0025, "DA", "Curve Date" }, 200 { 0x0008, 0x0035, "TM", "Curve Time" }, 250 { 0x0008, 0x1145, "SQ", "Referenced Curve Sequence" }, [all...] |
/external/dng_sdk/source/ |
dng_lens_correction.cpp | [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_messages.go | 205 for _, curve := range m.supportedCurves { 206 z[0] = byte(curve >> 8) 207 z[1] = byte(curve) [all...] |
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_messages.go | 205 for _, curve := range m.supportedCurves { 206 z[0] = byte(curve >> 8) 207 z[1] = byte(curve) [all...] |
/system/keymaster/contexts/ |
soft_keymaster_device.cpp | 804 keymaster_ec_curve_t curve; local 806 request.key_description.GetTagValue(TAG_EC_CURVE, &curve)) { 809 keymaster_error_t error = EcCurveToKeySize(curve, &key_size_from_curve); [all...] |
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | 787 * Get and check max tonemap curve point. 789 * @return Max tonemap curve points. 803 Assert.fail("Tonemap curve output is supported but MAX_CURVE_POINTS is null"); 809 checkTrueForKey(key, "Tonemap curve output supported camera device must support " [all...] |
/cts/tests/security/src/android/keystore/cts/ |
AuthorizationList.java | 601 s.append("\nEC Curve: ").append(ecCurveAsString());
|
/external/aac/libAACenc/src/ |
pnsparam.cpp | 559 /* assuming a constant dB/Hz slope in the signal's PSD curve,
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
p256-x86_64.c | 20 // S.Gueron and V.Krasnov, "Fast Prime Field Elliptic Curve Cryptography with
|
wnaf.c | 64 * The elliptic curve binary polynomial software is originally written by
|
/external/boringssl/src/crypto/fipsmodule/ecdsa/ |
ecdsa.c | 146 // the curve is the order. Thus Hasse's theorem gives:
|
/external/boringssl/src/ssl/test/runner/ |
handshake_messages.go | 443 for _, curve := range m.supportedCurves { 444 supportedCurves.addU16(uint16(curve)) [all...] |
/external/boringssl/src/ssl/test/ |
test_config.cc | 194 { "-expect-curve-id", &TestConfig::expect_curve_id },
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafUtil.java | 440 * 1) additions do not use the curve's A, B coefficients.
|
/external/clang/www/ |
comparison.html | 69 which presents a steep learning curve to new developers.</li>
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
SSLUtils.java | 178 /** Key type: Elliptic Curve certificate. */
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/ |
ECDHKeyAgreementTest.java | 61 * Tests for all registered Elliptic Curve Diffie-Hellman {@link KeyAgreement} providers.
|
/external/curl/docs/ |
CIPHERS.md | 72 ### Elliptic curve cipher suites
|
/external/freetype/src/psaux/ |
psfont.c | 62 * using the modified 5 part curve as Adobe's Avalon rasterizer.
|
/external/freetype/src/raster/ |
ftraster.c | [all...] |