/system/ca-certificates/google/files/ |
0d69c7e1.0 | 47 SHA1 Fingerprint=69:69:56:2E:40:80:F4:24:A1:E7:19:9F:14:BA:F3:EE:58:AB:6A:BB
|
/system/connectivity/shill/vpn/ |
third_party_vpn_driver.cc | 66 std::string fingerprint; local 70 fingerprint += hex_to_bin[raw_address[i] >> 4]; 71 fingerprint += hex_to_bin[raw_address[i] & 0xf]; 73 return fingerprint.substr(0, address.prefix());
|
/system/webservd/webservd/dbus_bindings/ |
org.chromium.WebServer.ProtocolHandler.dbus-xml | 77 Returns the TLS certificate fingerprint used for HTTPS instance or
|
/docs/source.android.com/src/security/ |
security_toc.cs | 80 <li><a href="<?cs var:toroot ?>security/authentication/fingerprint-hal.html">Fingerprint HAL</a></li>
|
/external/webrtc/webrtc/api/objctests/ |
RTCSessionDescriptionTest.mm | 74 "a=fingerprint:sha-256 A9:D5:8D:A8:69:22:39:60:92:AD:94:1A:22:2D:5E:" 100 "a=fingerprint:sha-256 A9:D5:8D:A8:69:22:39:60:92:AD:94:1A:22:2D:5E:"
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 169 $fingerprint = hash("sha256", $der); variable 180 if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowid=$rowid")) {
|
/frameworks/base/core/res/res/layout-land/ |
ssl_certificate.xml | 238 <!-- SHA-256 fingerprint: --> 257 <!-- SHA-1 fingerprint: -->
|
/frameworks/base/docs/html/sdk/support_api_diff/23/changes/ |
packages_index_all.html | 65 <A HREF="changes-summary.html#android.support.v4.hardware.fingerprint" class="hiddenlink" target="rightframe"><b>android.support.v4.hardware.fingerprint</b></A><br>
|
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
CertPinInstallReceiverTest.java | 132 byte[] fingerprint = dgst.digest(encoded); 133 return HexDump.toHexString(fingerprint, false);
|
/system/sepolicy/ |
service_contexts | 43 fingerprint u:object_r:fingerprint_service:s0 44 android.hardware.fingerprint.IFingerprintDaemon u:object_r:fingerprintd_service:s0
|
/docs/source.android.com/src/devices/tech/ota/ |
sign_builds.jd | 241 replace: ro.build.fingerprint=generic/tardis/tardis/tardis:Eclair/ERC91/15449:user/test-keys 242 with: ro.build.fingerprint=generic/tardis/tardis/tardis:Eclair/ERC91/15449:user/release-keys 247 replace: ro.build.fingerprint=generic/tardis/tardis/tardis:Eclair/ERC91/15449:user/test-keys 248 with: ro.build.fingerprint=generic/tardis/tardis/tardis:Eclair/ERC91/15449:user/release-keys 262 fingerprint in the build properties files to reflect the fact that this is a 264 fingerprint. Run the script with <code>-h</code> to see documentation on all
|
/frameworks/base/docs/html/training/articles/ |
keystore.jd | 199 subset of their secure lock screen credentials (pattern/PIN/password, fingerprint). 221 Currently, the only means of such authorization is fingerprint authentication: 222 {@link android.hardware.fingerprint.FingerprintManager#authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler) FingerprintManager.authenticate}. 223 Such keys can only be generated or imported if at least one fingerprint is enrolled (see 224 {@link android.hardware.fingerprint.FingerprintManager#hasEnrolledFingerprints() FingerprintManager.hasEnrolledFingerprints}). 225 These keys become permanently invalidated once a new fingerprint is enrolled or all fingerprints
|
/packages/services/Telephony/src/com/android/phone/ |
CarrierConfigLoader.java | 122 // Check if the system fingerprint has changed. 134 // SharedPreferences key for last known build fingerprint. 331 if (!Build.FINGERPRINT.equals(lastFingerprint)) { 332 log("Build fingerprint changed. old: " 333 + lastFingerprint + " new: " + Build.FINGERPRINT); 335 sharedPrefs.edit().putString(KEY_FINGERPRINT, Build.FINGERPRINT).apply(); [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 534 // print the html representation of fingerprint for each config 537 final FingerPrint fingerprint = new FingerPrint(component, stream, this.outputDir); local 542 fingerprint.print(GenerateResults.this.performanceResults); 550 // FingerPrint fingerprint = new FingerPrint(component, stream, this.outputDir); 551 // fingerprint.print(performanceResults); 555 // print the component scenario status table beneath the fingerprint [all...] |
/external/webrtc/webrtc/p2p/base/ |
stun.cc | 246 // outlined in RFC 5389, section 7.3, including the FINGERPRINT check detailed 261 // Check the fingerprint type and length. 268 // Check the fingerprint value. 269 uint32_t fingerprint = 271 return ((fingerprint ^ STUN_FINGERPRINT_XOR_VALUE) ==
|
dtlstransportchannel.cc | 204 // Once we have the local certificate, the same remote fingerprint can be set 209 LOG_J(LS_INFO, this) << "Ignoring identical remote DTLS fingerprint"; 222 // fingerprint.
|
/system/core/debuggerd/ |
tombstone.cpp | 168 char fingerprint[PROPERTY_VALUE_MAX]; local 171 property_get("ro.build.fingerprint", fingerprint, "unknown"); 174 _LOG(log, logtype::HEADER, "Build fingerprint: '%s'\n", fingerprint);
|
/external/webrtc/talk/app/webrtc/ |
webrtcsdp.cc | 146 static const char kAttributeFingerprint[] = "fingerprint"; 332 rtc::SSLFingerprint** fingerprint, 1934 rtc::SSLFingerprint* fingerprint = NULL; local 2548 rtc::SSLFingerprint* fingerprint = NULL; local [all...] |
/external/libvncserver/libvncclient/ |
tls_openssl.c | 175 unsigned char md5sum[16], fingerprint[40], *f; local 196 for (i = 0, f = fingerprint; i < 16; i++, f += 3) 203 fingerprint = key to check in db
|
/frameworks/base/core/java/android/net/http/ |
SslCertificate.java | 261 return fingerprint(serialNumber.toByteArray()); 275 return fingerprint(digest); 283 private static final String fingerprint(byte[] bytes) { method in class:SslCertificate
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/ |
ConfigBuilder.java | 302 byte[] fingerprint = digester.digest(certificate.getEncoded()); 303 if (Arrays.equals(reference, fingerprint)) { 309 throw new IOException("No certificate in chain matches supplied fingerprint");
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoInstrument.java | 76 addResult(BUILD_FINGERPRINT, Build.FINGERPRINT); 85 SystemProperties.get("ro.build.reference.fingerprint", ""));
|
/device/google/marlin/ |
ueventd.common.rc | 183 # fpc fingerprint 244 # Fingerprint device
|
/device/lge/bullhead/ |
releasetools.py | 202 # Depending on the build fingerprint, we can decide which partitions 204 fp = info.info_dict["build.prop"]["ro.build.fingerprint"]
|