Searched refs:verifyRsp (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/gatekeeper/1.0/vts/functional/ |
D | VtsHalGatekeeperV1_0TargetTest.cpp | 173 GatekeeperResponse &verifyRsp, bool expectSuccess) { in verifyPassword() argument 181 doVerify(verifyReq, verifyRsp); in verifyPassword() 182 checkVerify(verifyRsp, challenge, expectSuccess); in verifyPassword() 232 GatekeeperResponse verifyRsp; in TEST_P() local 238 verifyPassword(password, enrollRsp.data, 1, verifyRsp, true); in TEST_P() 250 GatekeeperResponse verifyRsp; in TEST_P() local 259 verifyPassword(password, enrollRsp.data, 0, verifyRsp, true); in TEST_P() 273 const hw_auth_token_t *first = toAuthToken(verifyRsp); in TEST_P() 288 GatekeeperResponse verifyRsp; in TEST_P() local 296 verifyPassword(password, enrollRsp.data, 0, verifyRsp, true); in TEST_P() [all …]
|