Home
last modified time | relevance | path

Searched refs:GKResponse (Results 1 – 2 of 2) sorted by relevance

/system/core/gatekeeperd/
Dgatekeeperd.h26 using GKResponse = ::android::service::gatekeeper::GateKeeperResponse; variable
52 #define GK_ERROR *gkResponse = GKResponse::error(), Status::ok()
56 const std::vector<uint8_t>& desiredPassword, GKResponse* gkResponse) override;
59 const ::std::vector<uint8_t>& providedPassword, GKResponse* gkResponse) override;
64 GKResponse* gkResponse) override;
Dgatekeeperd.cpp169 #define GK_ERROR *gkResponse = GKResponse::error(), Status::ok()
175 GKResponse* gkResponse) { in enroll()
232 *gkResponse = GKResponse::ok({rsp.data.begin(), rsp.data.end()}); in enroll()
235 *gkResponse = GKResponse::retry(rsp.timeoutMs); in enroll()
237 *gkResponse = GKResponse::error(); in enroll()
245 *gkResponse = GKResponse::ok({rsp.data.begin(), rsp.data.end()}); in enroll()
248 *gkResponse = GKResponse::retry(rsp.timeout); in enroll()
250 *gkResponse = GKResponse::error(); in enroll()
274 GKResponse verifyResponse; in enroll()
288 GKResponse* gkResponse) { in verify()
[all …]