HomeSort by relevance Sort by last modified time
    Searched full:fingerprint (Results 76 - 100 of 871) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/keystore/java/android/security/keystore/
KeymasterUtils.java 19 import android.hardware.fingerprint.FingerprintManager;
109 // fingerprint-only auth.
118 "At least one fingerprint must be enrolled to create keys requiring user"
124 // The fingerprint-only SID will change on fingerprint enrollment or removal of all,
128 // The root SID will *not* change on fingerprint enrollment, or removal of all
138 + "supported for keys requiring fingerprint authentication");
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 22 import android.hardware.fingerprint.FingerprintManager;
203 * Called when a fingerprint couldn't be authenticated.
208 * Called when a fingerprint is recognized.
209 * @param userId the user id for which the fingerprint was authenticated
214 * Called when fingerprint provides help string (e.g. "Try again")
221 * Called when fingerprint provides an semi-permanent error message
234 * Called when the fingerprint running state changed.
ViewMediatorCallback.java 33 * pattern, password or PIN but not by trust agents or fingerprint
52 * pattern, password or PIN but not by trust agents or fingerprint
89 * his normal unlock method like fingerprint or trust agents. See
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 14 FINGERPRINT_RE = re.compile(r'Fingerprint \(SHA1\):\n\s+(\b[:\w]+)\b')
100 fingerprint_cmd = ' '.join([OPENSSL, 'x509', '-fingerprint',
108 fingerprint = f.split('=')[1]
114 certdict[fingerprint] = items[1]
117 certdict[fingerprint] = items[1]
121 # Check that we found a name for this fingerprint.
122 if not fingerprint in certdict:
124 fingerprint)
181 # fingerprint -> comment for logging purposes.
add-openssl-roots.sh 10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
  /external/autotest/client/cros/
certificate_util.py 17 ATTRIBUTE_FINGERPRINT = 'fingerprint'
44 def fingerprint(self): member in class:PEMCertificate
45 """Returns the SHA-1 fingerprint of a certificate."""
  /external/iptables/extensions/
libxt_osf.man 12 0 - True IP address and fingerprint TTL comparison. This generally works for
15 1 - Check if the IP header's TTL is less than the fingerprint one. Works for
44 The fingerprint database can be downlaoded from
  /hardware/bsp/intel/peripheral/libupm/src/zfm20/
zfm20.h 62 * @brief ZFM-20 Fingerprint Sensor Module library
70 * @comname ZFM-20 Fingerprint Sensor
71 * @altname Grove Fingerprint Sensor
76 * @brief API for the ZFM-20 Fingerprint Sensor Module
78 * This class was tested on the Grove Fingerprint Sensor
84 * This example demonstrates how to register and store a new fingerprint
86 * This example demonstrates reading a fingerprint and locating it in the DB
295 * Generates a new fingerprint image (scans a fingerprint)
313 * fingerprint model. Once a model is successfully created
    [all...]
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintUiHelper.java 17 package com.android.settings.fingerprint;
19 import android.hardware.fingerprint.FingerprintManager;
28 * Small helper class to manage text/icon around fingerprint authentication UI.
FingerprintEnrollFindSensor.java 17 package com.android.settings.fingerprint;
20 import android.hardware.fingerprint.FingerprintManager;
27 import com.android.settings.fingerprint.FingerprintEnrollSidecar.Listener;
30 * Activity explaining the fingerprint sensor location for fingerprint enrollment.
56 startLookingForFingerprint(); // already confirmed, so start looking for fingerprint
  /system/update_engine/payload_consumer/
payload_constants.h 62 // When a new fingerprint is found, please examine the changes in zlib source
64 // yes then add the new fingerprint to this array, otherwise remove all previous
65 // fingerprints in the array first, and only include the new fingerprint.
  /external/tlsdate/ca-roots/
tlsdate-ca-roots.conf 9 # MD5 Fingerprint: ca:3d:d3:68:f1:03:5c:d0:32:fa:b8:2b:59:e8:5a:db
10 # SHA1 Fingerprint: 97:81:79:50:d8:1c:96:70:cc:34:d8:09:cf:79:44:31:36:7e:f4:74
11 # SHA256 Fingerprint: a5:31:25:18:8d:21:10:aa:96:4b:02:c7:b7:c6:da:32:03:17:08:94:e5:fb:71:ff:fb:66:67:d5:e6:81:0a:36
32 # MD5 Fingerprint: c5:70:c4:a2:ed:53:78:0c:c8:10:53:81:64:cb:d0:1d
33 # SHA1 Fingerprint: 23:e5:94:94:51:95:f2:41:48:03:b4:d5:64:d2:a3:a3:f5:d8:8b:8c
34 # SHA256 Fingerprint: b4:41:0b:73:e2:e6:ea:ca:47:fb:c4:2f:8f:a4:01:8a:f4:38:1d:c5:4c:fa:a8:44:50:46:1e:ed:09:45:4d:e9
59 # MD5 Fingerprint: 06:9f:69:79:16:66:90:02:1b:8c:8c:a2:c3:07:6f:3a
60 # SHA1 Fingerprint: 62:7f:8d:78:27:65:63:99:d2:7d:7f:90:44:c9:fe:b3:f3:3e:fa:9a
61 # SHA256 Fingerprint: ab:70:36:36:5c:71:54:aa:29:c2:c2:9f:5d:41:91:16:3b:16:2a:22:25:01:13:57:d5:6d:07:ff:a7:bc:1f:72
86 # MD5 Fingerprint: 67:cb:9d:c0:13:24:8a:82:9b:b2:17:1e:d1:1b:ec:d
    [all...]
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 17 package com.android.server.fingerprint;
34 import android.hardware.fingerprint.IFingerprintServiceLockoutResetCallback;
56 import android.hardware.fingerprint.Fingerprint;
57 import android.hardware.fingerprint.FingerprintManager;
58 import android.hardware.fingerprint.IFingerprintService;
59 import android.hardware.fingerprint.IFingerprintDaemon;
60 import android.hardware.fingerprint.IFingerprintDaemonCallback;
61 import android.hardware.fingerprint.IFingerprintServiceReceiver;
79 * A service to manage multiple clients that want to access the fingerprint HAL API
    [all...]
EnrollClient.java 17 package com.android.server.fingerprint;
20 import android.hardware.fingerprint.FingerprintManager;
21 import android.hardware.fingerprint.IFingerprintDaemon;
22 import android.hardware.fingerprint.IFingerprintServiceReceiver;
  /device/huawei/angler/sepolicy/
tee.te 25 #create fingerprint data under /data/fpc
  /external/dng_sdk/source/
dng_camera_profile.h 54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint.
67 /// Construct an invalid camera profile ID (empty name and fingerprint).
77 /// Construct a camera profile ID with the specified name and no fingerprint.
89 /// Construct a camera profile ID with the specified name and no fingerprint.
100 /// Construct a camera profile ID with the specified name and fingerprint.
102 /// \param fingerprint The fingerprint of the camera profile ID.
105 const dng_fingerprint &fingerprint)
108 , fFingerprint (fingerprint)
113 "Cannot have profile fingerprint without name")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/images/
descriptions.html 9 <p><a name="fp"></a><font size="+2"><b>Fingerprint Example</b></font></p>
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
zfm20-register.cxx 36 // Instantiate a ZFM20 Fingerprint reader on UART 0
47 // This example demonstrates registering a fingerprint on the zfm20
113 cout << "Storing fingerprint at id 1" << endl;
134 cout << "Fingerprint stored at id 1." << endl;
zfm20.cxx 36 // Instantiate a ZFM20 Fingerprint reader on UART 0
67 // now spin waiting for a fingerprint to successfully image
90 // converted fingerprint
105 cout << "Fingerprint found!" << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
zfm20.js 28 // Instantiate a ZFM20 Fingerprint reader on UART 0
42 // now spin waiting for a fingerprint to successfully image
67 // converted fingerprint
83 console.log("Fingerprint found!");
  /hardware/bsp/intel/peripheral/libupm/examples/python/
zfm20.py 27 # Instantiate a ZFM20 Fingerprint reader on UART 0
56 # now spin waiting for a fingerprint to successfully image
79 # converted fingerprint
89 print "Fingerprint found!"
  /system/ca-certificates/google/
extract_from_pem.py 48 """Computes a fingerprint string as output by 'openssl x509 -fingerprint'.
54 The fingerprint as a string.
78 content = '%s%sSHA1 Fingerprint=%s\n' % (x509.as_pem(),
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 21 #include <hardware/fingerprint.h>
33 // Supported fingerprint HAL version
199 ALOGE("Can't open fingerprint HW Module, error: %d", err);
203 ALOGE("No valid fingerprint module");
217 ALOGE("Can't open fingerprint methods, error: %d", err);
238 ALOG(LOG_VERBOSE, LOG_TAG, "fingerprint HAL successfully initialized");
250 ALOGE("Can't close fingerprint module, error: %d", err);
261 ALOGE("Can't close fingerprint device, error: %d", err);
  /cts/tests/tests/security/src/android/security/cts/
CertificateTest.java 95 String fingerprint = getFingerprint(certificate); local
96 certificates.add(fingerprint);
110 StringBuilder fingerprint = new StringBuilder(); local
112 fingerprint.append(String.format("%02X", sha1[i]));
114 fingerprint.append(":");
117 return fingerprint.toString();
  /device/generic/goldfish/fingerprint/
fingerprint.c 18 * This is a very basic implementation of fingerprint to allow testing on the emulator. It
22 * point as developers add fingerprint support to their platform. See inline comments and
37 #include <hardware/fingerprint.h>
107 ALOGD("Write fingerprint[%d] (0x%" PRIx64 ",0x%" PRIx64 ")", idx,
111 ALOGE("Failed while seeking for fingerprint[%d] in emulator storage",
119 ALOGE("Failed while seeking for fingerprint[%d] in emulator storage",
219 ALOGD("Read fingerprint %d (0x%" PRIx64 ",0x%" PRIx64 ")", i,
239 // This should return the authentication_id generated when the fingerprint template database
281 * "scanning" state where it's actively scanning and recognizing fingerprint features.
300 * working towards a finished fingerprint database entry. Authentication must happen i
    [all...]

Completed in 2084 milliseconds

1 2 34 5 6 7 8 91011>>