Home
last modified time | relevance | path

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

/aosp12/system/core/gatekeeperd/binder/android/service/gatekeeper/
H A DIGateKeeperService.aidl53 …ateKeeperResponse verify(int userId, in byte[] enrolledPasswordHandle, in byte[] providedPassword); in verify()
67 in byte[] providedPassword); in verifyChallenge()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DFakeGateKeeperService.java119 byte[] providedPassword) throws android.os.RemoteException { 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.cpp88 const hidl_vec<uint8_t>& providedPassword, in verify()
/aosp12/system/core/gatekeeperd/
H A Dgatekeeperd.cpp243 Status verify(int32_t userId, const ::std::vector<uint8_t>& enrolledPasswordHandle, in verify()
251 const std::vector<uint8_t>& providedPassword, in verifyChallenge()
/aosp12/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp99 Return<void> TrustyGateKeeperDevice::verify( in verify()