Searched refs:passwordHandle (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/gatekeeper/aidl/vts/functional/ |
D | VtsHalGatekeeperTargetTest.cpp | 140 void verifyPassword(std::vector<uint8_t>& password, std::vector<uint8_t>& passwordHandle, in verifyPassword() argument 148 verifyReq.curPwdHandle = passwordHandle; in verifyPassword() 334 std::vector<uint8_t> passwordHandle; in TEST_P() local 338 verifyPassword(password, passwordHandle, 0, verifyRsp, false); in TEST_P()
|
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 172 hidl_vec<uint8_t> &passwordHandle, uint64_t challenge, in verifyPassword() argument 179 verifyReq.curPwdHandle = passwordHandle; in verifyPassword() 362 hidl_vec<uint8_t> passwordHandle; in TEST_P() local 366 verifyPassword(password, passwordHandle, 0, verifyRsp, false); in TEST_P()
|