/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_osf.h | 33 #define XT_OSF_LOGLEVEL_FIRST 1 /* log only the first matced fingerprint */ 36 #define XT_OSF_TTL_TRUE 0 /* True ip and fingerprint TTL comparison */ 37 #define XT_OSF_TTL_LESS 1 /* Check if ip TTL is less than fingerprint one */ 38 #define XT_OSF_TTL_NOCHECK 2 /* Do not compare ip and fingerprint TTL at all */ 121 * Add/remove fingerprint from the kernel.
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 25 #define FINGERPRINT_HARDWARE_MODULE_ID "fingerprint" 37 * Fingerprint errors are meant to tell the framework to terminate the current operation and ask 52 FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6, /* fingerprint with given id can't be removed */ 57 * Fingerprint acquisition info is meant as feedback for the current operation. Anything but 123 * Common methods of the fingerprint device. This *must* be the first member 148 * Fingerprint pre-enroll enroll request: 151 * verification before enrollment will be allowed. This is to ensure adding a new fingerprint 160 * Fingerprint enroll request: 161 * Switches the HAL state machine to collect and store a new fingerprint 166 * The fingerprint template will be assigned to the group gid. User has a choic [all...] |
/cts/tools/utils/ |
java-cert-list-generator.sh | 55 FINGERPRINT=`cat $CERT_DIRECTORY/$FILE | grep "SHA1 Fingerprint=" | cut -d '=' -f 2` 56 echo " \"${FINGERPRINT}\","
|
/external/dng_sdk/source/ |
dng_fingerprint.h | 15 * Fingerprint (cryptographic hashing) support for generating strong hashes of image 34 /// \brief Container fingerprint (MD5 only at present). 49 /// Check if fingerprint is all zeros. 60 /// Set to all zeros, a value used to indicate an invalid fingerprint. 78 /// Produce a 32-bit hash value from fingerprint used for faster hashing of 83 /// Convert fingerprint to UTF-8 string. 86 /// fingerprint will be written. 90 /// Convert UTF-8 string to fingerprint. Returns true on success, false on 94 /// fingerprint will be read. 148 /// \brief Class to hash binary data to a fingerprint using the MD5 Message-Diges [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ComponentResultsElement.java | 79 * Do not create non-fingerprint child when only fingerprint is specified. 149 * Get the list of the scenarios results from the model. Put only fingerprint ones if specified. 151 * @param fingerprint Tell whether only fingerprint scenarios are expected or not. 154 public List getScenarios(boolean fingerprint) { 155 if (!fingerprint) { 172 * Get the list of the scenarios names. Put only fingerprint ones if specified. 174 * @param fingerprint Tell whether only fingerprint scenarios are expected or not [all...] |
/frameworks/support/compat/java/android/support/v4/hardware/fingerprint/ |
FingerprintManagerCompat.java | 17 package android.support.v4.hardware.fingerprint; 32 * A class that coordinates access to the fingerprint hardware. 35 * be no fingerprint hardware available. 61 * Determine if there is at least one fingerprint enrolled. 63 * @return true if at least one fingerprint is enrolled, false otherwise 70 * Determine if fingerprint hardware is present and functional. 79 * Request authentication of a crypto object. This call warms up the fingerprint hardware 80 * and starts scanning for a fingerprint. It terminates when 170 * fingerprint events. 191 * Called when a fingerprint is recognized [all...] |
/packages/apps/Settings/src/com/android/settings/fingerprint/ |
FingerprintEnrollFinish.java | 17 package com.android.settings.fingerprint; 21 import android.hardware.fingerprint.FingerprintManager; 31 * Activity which concludes fingerprint enrollment.
|
FingerprintSettings.java | 17 package com.android.settings.fingerprint; 32 import android.hardware.fingerprint.Fingerprint; 33 import android.hardware.fingerprint.FingerprintManager; 34 import android.hardware.fingerprint.FingerprintManager.AuthenticationCallback; 35 import android.hardware.fingerprint.FingerprintManager.AuthenticationResult; 36 import android.hardware.fingerprint.FingerprintManager.RemovalCallback; 86 * Used by the choose fingerprint wizard to indicate the wizard is 97 * Used by the enrolling screen during setup wizard to skip over setting up fingerprint, which 193 public void onRemovalSucceeded(Fingerprint fingerprint) [all...] |
/device/google/marlin/ |
uinput-fpc.idc | 16 # Fingerprint navigation configuration file
|
/external/tpm2/ |
ContextLoad.c | 36 UINT64 fingerprint; local 83 // Read the fingerprint value, skip the leading integrity size 84 MemoryCopy(&fingerprint, in->context.contextBlob.t.buffer + integritySize, 85 sizeof(fingerprint), sizeof(fingerprint)); 86 // Check fingerprint. If the check fails, TPM should be put to failure mode 87 if(fingerprint != in->context.sequence) 97 + integritySize + sizeof(fingerprint)); 126 + integritySize + sizeof(fingerprint));
|
ContextSave.c | 25 UINT16 fingerprintSize; // The size of fingerprint in context 55 // Get the size of fingerprint in context blob. The sequence value in 56 // TPMS_CONTEXT structure is used as the fingerprint 75 // plus fingerprint plus the whole internal OBJECT structure 83 // the size for fingerprint 124 // fingerprint plus the size of integrity 133 // Save space for fingerprint at the beginning of the buffer 165 // Save fingerprint at the beginning of encrypted area of context blob.
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
AuthenticationClient.java | 17 package com.android.server.fingerprint; 23 import android.hardware.fingerprint.Fingerprint; 24 import android.hardware.fingerprint.FingerprintManager; 25 import android.hardware.fingerprint.IFingerprintDaemon; 26 import android.hardware.fingerprint.IFingerprintServiceReceiver; 65 Fingerprint fp = !getIsRestricted() 66 ? new Fingerprint("" /* TODO */, groupId, fingerId, getHalDeviceId()) 98 result |= true; // we have a valid fingerprint, done
|
ClientMonitor.java | 17 package com.android.server.fingerprint; 21 import android.hardware.fingerprint.FingerprintManager; 22 import android.hardware.fingerprint.IFingerprintDaemon; 23 import android.hardware.fingerprint.IFingerprintServiceReceiver; 50 * @param halDeviceId the HAL device ID of the associated fingerprint hardware 54 * @param groupId groupId for the fingerprint set 95 * Gets the fingerprint daemon from the cached state in the container class. 102 // to the next client (e.g. authentication accepts or rejects a fingerprint).
|
RemovalClient.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; 44 // The fingerprint template ids will be removed when we get confirmation from the HAL
|
/system/ca-certificates/google/ |
roots.pem | 6 # MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 7 # SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 8 # SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 40 # MD5 Fingerprint: 1e:42:95:02:33:92:6b:b9:5f:c0:7f:da:d6:b2:4b:fc 41 # SHA1 Fingerprint: cc:ab:0e:a0:4c:23:01:d6:69:7b:dd:37:9f:cd:12:eb:24:e3:94:9d 42 # SHA256 Fingerprint: 8c:72:09:27:9a:c0:4e:27:5e:16:d0:7f:d3:b7:75:e8:01:54:b5:96:80:46:e3:1f:52:dd:25:76:63:24:e9:a7 73 # MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f 74 # SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68 75 # SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83:d9:65:d0:6d:2f:f2 107 # MD5 Fingerprint: c1:62:3e:23:c5:82:73:9c:03:59:4b:2b:e9:77:49:7 [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
FingerprintUnlockController.java | 32 * Controller which coordinates all the fingerprint unlocking actions with the UI. 42 * Mode in which we don't need to wake up the device when we get a fingerprint. 48 * a fingerprint while the screen is off and the device was sleeping. 60 * acquire a fingerprint pulsing in doze mode. 66 * fingerprint. 71 * Mode in which fingerprint unlocks the device. 76 * Mode in which fingerprint brings up the bouncer because fingerprint unlocking is currently 82 * How much faster we collapse the lockscreen when authenticating with fingerprint. 153 Log.i(TAG, "fingerprint acquired, grabbing fp wakelock") [all...] |
/docs/source.android.com/src/security/authentication/ |
index.jd | 41 PIN/pattern/password authentication) and Fingerprint (for fingerprint 50 <li><strong><a href="fingerprint-hal.html">Fingerprint</a>.</strong> Components for fingerprint authentication.</li> 55 <p>The Gatekeeper and Fingerprint components work with Keystore and other 91 pattern, password, or fingerprint. All TEE components share a secret key which 101 <li>A user provides a PIN, pattern, password, or fingerprint. The 103 Gatekeeperd or fingerprintd daemon in the Android OS. Note that fingerprint 104 authentication occurs asynchronously after the fingerprint request is sent [all...] |
/frameworks/base/core/java/android/hardware/fingerprint/ |
IFingerprintDaemon.aidl | 16 package android.hardware.fingerprint; 18 import android.hardware.fingerprint.IFingerprintDaemonCallback;
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
FingerprintAuthenticationDialogFragment.java | 25 import android.hardware.fingerprint.FingerprintManager; 55 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password 56 * authentication if fingerprint is not available. 70 private Stage mStage = Stage.FINGERPRINT; 113 if (mStage == Stage.FINGERPRINT) { 134 // If fingerprint authentication is not available, switch immediately to the backup 145 if (mStage == Stage.FINGERPRINT) { 167 * Sets the crypto object to be passed in when authenticating with fingerprint. 174 * Switches to backup (password) screen. This either can happen when fingerprint is not 176 * button. This can also happen when the user had too many fingerprint attempts [all...] |
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
FingerprintAuthenticationDialogFragment.java | 25 import android.hardware.fingerprint.FingerprintManager; 55 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password 56 * authentication if fingerprint is not available. 70 private Stage mStage = Stage.FINGERPRINT; 113 if (mStage == Stage.FINGERPRINT) { 134 // If fingerprint authentication is not available, switch immediately to the backup 145 if (mStage == Stage.FINGERPRINT) { 167 * Sets the crypto object to be passed in when authenticating with fingerprint. 174 * Switches to backup (password) screen. This either can happen when fingerprint is not 176 * button. This can also happen when the user had too many fingerprint attempts [all...] |
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
FingerprintAuthenticationDialogFragment.java | 25 import android.hardware.fingerprint.FingerprintManager; 55 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password 56 * authentication if fingerprint is not available. 70 private Stage mStage = Stage.FINGERPRINT; 113 if (mStage == Stage.FINGERPRINT) { 134 // If fingerprint authentication is not available, switch immediately to the backup 145 if (mStage == Stage.FINGERPRINT) { 167 * Sets the crypto object to be passed in when authenticating with fingerprint. 174 * Switches to backup (password) screen. This either can happen when fingerprint is not 176 * button. This can also happen when the user had too many fingerprint attempts [all...] |
/external/iptables/extensions/ |
libxt_osf.c | 21 * xtables interface for OS fingerprint matching module. 38 printf("OS fingerprint match options:\n" 41 " 0 true ip and fingerprint TTL comparison. Works for LAN.\n" 42 " 1 check if ip TTL is less than fingerprint one. Works for global addresses.\n" 88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
|
/external/webrtc/webrtc/p2p/base/ |
transportdescriptionfactory.cc | 39 // If we are trying to establish a secure transport, add a fingerprint. 41 // Fail if we can't create the fingerprint. 77 // Fail if we can't create the fingerprint. 103 // This digest algorithm is used to produce the a=fingerprint lines in SDP. 116 LOG(LS_ERROR) << "Failed to create identity fingerprint, alg="
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
ZFM20Sample.java | 39 // Instantiate a ZFM20 Fingerprint reader on UART 0 64 // now spin waiting for a fingerprint to successfully image 78 // converted fingerprint 84 System.out.println("Fingerprint not found"); 92 System.out.println("Fingerprint found!");
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
Credential.java | 76 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) { 83 mFingerPrint = fingerPrint; 141 byte[] fingerPrint; 147 fingerPrint = digester.digest(enterpriseConfig.getClientCertificate().getEncoded()); 150 "Failed to generate certificate fingerprint: " + gse); 151 fingerPrint = null; 159 fingerPrint = digester.digest(octets); 162 fingerPrint = null; 164 } else // !!! The current alias is *not* derived from the fingerprint... 167 fingerPrint = Base64.decode(enterpriseConfig.getClientCertificateAlias() [all...] |