Home
last modified time | relevance | path

Searched refs:doEnroll (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DAuthTest.cpp87 std::optional<GatekeeperEnrollResponse> rsp = doEnroll(password_); in SetUp()
103 std::optional<GatekeeperEnrollResponse> doEnroll(uint32_t uid, in doEnroll() function in aidl::android::hardware::security::keymint::test::AuthTest
162 std::optional<GatekeeperEnrollResponse> doEnroll(uint32_t uid, const string& newPwd, in doEnroll() function in aidl::android::hardware::security::keymint::test::AuthTest
165 return doEnroll(uid, std::vector<uint8_t>(newPwd.begin(), newPwd.end()), curHandle,
168 std::optional<GatekeeperEnrollResponse> doEnroll(const string& newPwd) { in doEnroll() function in aidl::android::hardware::security::keymint::test::AuthTest
169 return doEnroll(uid_, newPwd); in doEnroll()
437 std::optional<GatekeeperEnrollResponse> rsp = doEnroll(alt_uid_, alt_password); in TEST_P()
553 std::optional<GatekeeperEnrollResponse> rsp = doEnroll(alt_uid_, alt_password); in TEST_P()
/hardware/interfaces/gatekeeper/aidl/vts/functional/
DVtsHalGatekeeperTargetTest.cpp72 Status doEnroll(GatekeeperRequest& req, GatekeeperEnrollResponse& rsp) { in doEnroll() function in GatekeeperAidlTest
136 Status ret = doEnroll(req, rsp); in enrollNewPassword()
289 Status ret = doEnroll(reenrollReq, reenrollRsp); in TEST_P()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp86 void doEnroll(GatekeeperRequest &req, GatekeeperResponse &rsp) { in doEnroll() function in GatekeeperHidlTest
167 doEnroll(req, rsp); in enrollNewPassword()
313 doEnroll(reenrollReq, reenrollRsp); in TEST_P()