Searched defs:enrolledPasswordHandle (Results 1 – 3 of 3) sorted by relevance
| /system/core/gatekeeperd/binder/android/service/gatekeeper/ |
| D | IGateKeeperService.aidl | 53 …GateKeeperResponse verify(int userId, in byte[] enrolledPasswordHandle, in byte[] providedPassword… in verify() 66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
|
| /system/core/gatekeeperd/ |
| D | gatekeeperd.cpp | 286 Status GateKeeperProxy::verify(int32_t userId, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify() 294 const std::vector<uint8_t>& enrolledPasswordHandle, in verifyChallenge()
|
| /system/core/trusty/gatekeeper/ |
| D | trusty_gatekeeper.cpp | 115 int32_t uid, int64_t challenge, const std::vector<uint8_t>& enrolledPasswordHandle, in verify()
|