HomeSort by relevance Sort by last modified time
    Searched refs:enroll (Results 1 - 25 of 38) sorted by null

1 2

  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
StoreBackend.java 59 boolean enroll(String userId, String password, PublicKey publicKey); method in interface:StoreBackend
StoreBackendImpl.java 69 public boolean enroll(String userId, String password, PublicKey publicKey) { method in class:StoreBackendImpl
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/
StoreBackend.java 59 boolean enroll(String userId, String password, PublicKey publicKey); method in interface:StoreBackend
StoreBackendImpl.java 69 public boolean enroll(String userId, String password, PublicKey publicKey) { method in class:StoreBackendImpl
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
StoreBackend.java 59 boolean enroll(String userId, String password, PublicKey publicKey); method in interface:StoreBackend
StoreBackendImpl.java 69 public boolean enroll(String userId, String password, PublicKey publicKey) { method in class:StoreBackendImpl
  /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()
  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintDaemon.aidl 28 int enroll(in byte [] token, int groupId, int timeout);
IFingerprintService.aidl 37 void enroll(IBinder token, in byte [] cryptoToken, int groupId, IFingerprintServiceReceiver receiver,
  /frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl 41 GateKeeperResponse enroll(int uid, in byte[] currentPasswordHandle, in byte[] currentPassword,
  /system/core/gatekeeperd/
SoftGateKeeperDevice.h 47 int enroll(uint32_t uid,
IGateKeeperService.h 31 ENROLL = IBinder::FIRST_CALL_TRANSACTION + 0,
58 virtual int enroll(uint32_t uid,
  /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,
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 23 ASSERT_TRUE(NULL != fp_device()->enroll)
24 << "enroll() function is not implemented";
  /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);
  /hardware/libhardware/include/hardware/
fingerprint.h 109 fingerprint_enroll_t enroll; member in union:fingerprint_msg::__anon31250
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/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,
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.h 43 int Enroll(uint32_t uid, const uint8_t *current_password_handle,
93 static int enroll(const struct gatekeeper_device *dev, uint32_t uid,
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,
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 109 arg1 = msg.data.enroll.finger.fid;
110 arg2 = msg.data.enroll.finger.gid;
111 arg3 = msg.data.enroll.samples_remaining;
141 int ret = gContext.device->enroll(gContext.device,
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 93 enroll(); method
193 private void enroll() { method in class:FingerprintAuthenticationDialogFragment
209 mStoreBackend.enroll("user", "password", verificationKey);
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 93 enroll(); method
193 private void enroll() { method in class:FingerprintAuthenticationDialogFragment
209 mStoreBackend.enroll("user", "password", verificationKey);

Completed in 6208 milliseconds

1 2