Searched refs:verifyRsp (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 187 GatekeeperResponse &verifyRsp, bool expectSuccess) { in verifyPassword() argument 195 doVerify(verifyReq, verifyRsp); in verifyPassword() 196 checkVerify(verifyRsp, challenge, expectSuccess); in verifyPassword() 247 GatekeeperResponse verifyRsp; in TEST_F() local 253 verifyPassword(password, enrollRsp.data, 1, verifyRsp, true); in TEST_F() 265 GatekeeperResponse verifyRsp; in TEST_F() local 274 verifyPassword(password, enrollRsp.data, 0, verifyRsp, true); in TEST_F() 288 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_F() 303 GatekeeperResponse verifyRsp; in TEST_F() local 311 verifyPassword(password, enrollRsp.data, 0, verifyRsp, true); in TEST_F() [all …]
|