/frameworks/base/tests/VoiceEnrollment/res/values/ |
strings.xml | 19 <string name="enroll">Enroll</string> 20 <string name="reenroll">Re-enroll</string> 21 <string name="unenroll">Un-enroll</string>
|
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/ |
TestEnrollmentActivity.java | 55 * Called when the user clicks the enroll button. 73 Toast.makeText(this, "Failed to enroll!!!" + modelUuid, Toast.LENGTH_SHORT).show(); 78 * Called when the user clicks the un-enroll button. 93 Toast.makeText(this, "Failed to un-enroll!!!", Toast.LENGTH_SHORT).show(); 98 * Called when the user clicks the re-enroll button. 118 Toast.makeText(this, "Failed to re-enroll!!!", Toast.LENGTH_SHORT).show();
|
/external/autotest/client/site_tests/platform_Attestation/ |
platform_Attestation.py | 13 def enroll(self): member in class:platform_Attestation 21 ' https://chromeos-ca.gstatic.com/enroll') 43 self.enroll()
|
/external/autotest/client/site_tests/enterprise_RemoraRequisition/ |
control | 18 this test to succeed. The credentials are used to enroll the device as a Remora
|
/system/gatekeeper/tests/ |
gatekeeper_device_test.cpp | 63 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 87 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 114 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 158 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 183 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 210 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 218 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 234 ret = device->enroll(device, 400, NULL, 0, NULL, 0, password_payload, password_len, 242 ret = device->enroll(device, 400, password_handle, password_handle_length, password_payload,
|
/external/wpa_supplicant_8/hs20/server/www/ |
signup.php | 42 echo "<p><a href=\"cert-enroll.php?id=$id\">Enroll a client certificate</a></p>\n"
|
/hardware/libhardware/tests/fingerprint/ |
fingerprint_tests.cpp | 23 ASSERT_TRUE(NULL != fp_device()->enroll) 24 << "enroll() function is not implemented";
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
EnrollClient.java | 83 Slog.w(TAG, "enroll: no fingeprintd!"); 88 final int result = daemon.enroll(mCryptoToken, getGroupId(), timeout); 124 if (DEBUG) Slog.w(TAG, "onRemoved() called for enroll!"); 130 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for enroll!"); 136 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enroll!");
|
/system/core/fingerprintd/ |
FingerprintDaemonProxy.cpp | 75 msg->data.enroll.finger.fid, 76 msg->data.enroll.finger.gid, 77 msg->data.enroll.samples_remaining); 79 msg->data.enroll.finger.fid, 80 msg->data.enroll.finger.gid, 81 msg->data.enroll.samples_remaining); 132 int32_t FingerprintDaemonProxy::enroll(const uint8_t* token, ssize_t tokenSize, int32_t groupId, function in class:android::FingerprintDaemonProxy 134 ALOG(LOG_VERBOSE, LOG_TAG, "enroll(gid=%d, timeout=%d)\n", groupId, timeout); 136 ALOG(LOG_VERBOSE, LOG_TAG, "enroll() : invalid token size %zu\n", tokenSize); 140 return mDevice->enroll(mDevice, authToken, groupId, timeout) [all...] |
FingerprintDaemonProxy.h | 36 virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId, int32_t timeout);
|
IFingerprintDaemon.h | 37 ENROLL = IBinder::FIRST_CALL_TRANSACTION + 2, 56 virtual int32_t enroll(const uint8_t* token, ssize_t tokenLength, int32_t groupId,
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainInteractionService.java | 88 Intent enroll = mHotwordDetector.createEnrollIntent(); local 89 Log.i(TAG, "Need to enroll with " + enroll);
|
/external/autotest/client/site_tests/enterprise_KioskPerf/ |
control | 18 this test to succeed. The credentials are used to enroll the device as a Remora
|
/docs/source.android.com/src/security/authentication/ |
gatekeeper.jd | 86 sign (enroll) and verify blobs. All implementations are expected to adhere to 93 <code>enroll</code> and <code>verify</code> functions.</p> 95 <p>The <code>enroll</code> function takes a password blob, signs it, and returns the signature 96 as a handle. The returned blob (from a call to <code>enroll</code>) must have the structure 102 <p>The key used to enroll and verify must never change, and should be re-derivable 121 <p>The HMAC key, used to enroll and verify passwords, is derived and kept solely 151 This is known as an "untrusted" re-enroll. 152 A "trusted" re-enroll occurs when a user provides a valid, previous password. 155 The Android framework does not allow for an "untrusted" re-enroll under regular circumstances.</p> 164 Since an untrusted call to the <code>enroll</code> functio [all...] |
fingerprint-hal.jd | 30 <p>If a device has a fingerprint sensor, a user can enroll one or more 51 to the <code>authenticate</code> or <code>enroll</code> function, the fingerprint 106 Fingerprint HAL to the vendor-specific library to enroll fingerprints and 154 <li><strong>enroll.</strong> Switches the HAL state machine to start the collection and storage of a 158 Provides a token to the <code>enroll</code> function to ensure there was prior authentication, e.g. using a password. The 163 <li><strong>cancel.</strong> Cancels any pending enroll or authenticate operations. The HAL state machine
|
/system/core/gatekeeperd/tests/ |
gatekeeper_test.cpp | 43 gatekeeper.Enroll(request, response); 60 gatekeeper.Enroll(request, &response); 124 // enroll new password 133 gatekeeper.Enroll(enroll_request, &enroll_response); 172 // enroll new password 178 gatekeeper.Enroll(enroll_request, &enroll_response);
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 109 fingerprint_enroll_t enroll; member in union:fingerprint_msg::__anon32096 148 * Fingerprint pre-enroll enroll request: 150 * This token will be wrapped by security for verification and passed to enroll() for 160 * Fingerprint enroll request: 162 * template. Switches back as soon as enroll is complete 164 * fingerprint_msg.data.enroll.samples_remaining == 0) 173 int (*enroll)(struct fingerprint_device *dev, const hw_auth_token_t *hat, member in struct:fingerprint_device 177 * Finishes the enroll operation and invalidates the pre_enroll() generated challenge. 197 * Cancel pending enroll or authenticate, sending FINGERPRINT_ERROR_CANCELE [all...] |
gatekeeper.h | 71 * - desired_password: the new password the user wishes to enroll in plain-text. 78 * This buffer can be used on subsequent calls to enroll or verify. 91 int (*enroll)(const struct gatekeeper_device *dev, uint32_t uid, member in struct:gatekeeper_device 131 * - request_reenroll: a request to the upper layers to re-enroll the verified
|
/system/core/trusty/gatekeeper/ |
trusty_gatekeeper.cpp | 53 device_.enroll = enroll; 80 int TrustyGateKeeperDevice::Enroll(uint32_t uid, const uint8_t *current_password_handle, 188 int TrustyGateKeeperDevice::enroll(const struct gatekeeper_device *dev, uint32_t uid, function in class:gatekeeper::TrustyGateKeeperDevice 208 return convert_device(dev)->Enroll(uid, current_password_handle, current_password_handle_length,
|
gatekeeper_ipc.h | 32 * @cmd: the command, one of ENROLL, VERIFY. Payload must be a serialized
|
/system/core/gatekeeperd/ |
SoftGateKeeperDevice.cpp | 21 int SoftGateKeeperDevice::enroll(uint32_t uid, function in class:android::SoftGateKeeperDevice 58 impl_->Enroll(request, &response);
|
gatekeeperd.cpp | 131 virtual int enroll(uint32_t uid, function in class:android::GateKeeperProxy 143 // need a desired password to enroll 153 // the handle as valid, so we nullify it and enroll from scratch 160 ret = device->enroll(device, uid, current_password_handle, current_password_handle_length, 165 ret = soft_device->enroll(uid, 232 // success! re-enroll with HAL
|
IGateKeeperService.h | 31 ENROLL = IBinder::FIRST_CALL_TRANSACTION + 0, 58 virtual int enroll(uint32_t uid,
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
IFingerprintDaemon.aidl | 28 int enroll(in byte [] token, int groupId, int timeout);
|
/frameworks/base/tests/VoiceEnrollment/res/layout/ |
main.xml | 26 android:text="@string/enroll"
|