Home
last modified time | relevance | path

Searched defs:enrolledPasswordHandle (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl53 …GateKeeperResponse verify(int userId, in byte[] enrolledPasswordHandle, in byte[] providedPassword… in verify()
66 GateKeeperResponse verifyChallenge(int userId, long challenge, in byte[] enrolledPasswordHandle, in verifyChallenge()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java118 public GateKeeperResponse verify(int uid, byte[] enrolledPasswordHandle, in verify()
125 byte[] enrolledPasswordHandle, byte[] providedPassword) throws RemoteException { in verifyChallenge()
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp73 Return<void> SoftGateKeeperDevice::verify( in verify()
/aosp12/hardware/interfaces/gatekeeper/1.0/default/
H A DGatekeeper.cpp87 const hidl_vec<uint8_t>& enrolledPasswordHandle, in verify()
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp243 Status verify(int32_t userId, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify()
250 const std::vector<uint8_t>& enrolledPasswordHandle, in verifyChallenge()
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp99 Return<void> TrustyGateKeeperDevice::verify( in verify()