HomeSort by relevance Sort by last modified time
    Searched full:currentpasswordhandle (Results 1 - 2 of 2) sorted by null

  /system/core/gatekeeperd/
IGateKeeperService.cpp 37 const uint8_t *currentPasswordHandle =
39 if (!currentPasswordHandle) currentPasswordHandleSize = 0;
53 int ret = enroll(uid, currentPasswordHandle, currentPasswordHandleSize,
79 const uint8_t *currentPasswordHandle =
81 if (!currentPasswordHandle) currentPasswordHandleSize = 0;
89 int ret = verify(uid, (uint8_t *) currentPasswordHandle,
112 const uint8_t *currentPasswordHandle =
114 if (!currentPasswordHandle) currentPasswordHandleSize = 0;
125 int ret = verifyChallenge(uid, challenge, (uint8_t *) currentPasswordHandle,
  /frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl 34 * @param currentPasswordHandle The previously enrolled handle, or null if none
36 * If provided, must verify against the currentPasswordHandle.
41 GateKeeperResponse enroll(int uid, in byte[] currentPasswordHandle, in byte[] currentPassword,

Completed in 98 milliseconds