Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp60 using GKResponse = ::android::service::gatekeeper::GateKeeperResponse; typedef
176 #define GK_ERROR *gkResponse = GKResponse::error(), Status::ok()
236 *gkResponse = GKResponse::retry(rsp.timeoutMs); in enroll()
238 *gkResponse = GKResponse::error(); in enroll()
251 *gkResponse = GKResponse::error(); in enroll()
275 GKResponse verifyResponse; in enroll()
296 GKResponse* gkResponse) override { in verifyChallenge()
345 *gkResponse = GKResponse::retry(rsp.timeoutMs); in verifyChallenge()
347 *gkResponse = GKResponse::error(); in verifyChallenge()
355 *gkResponse = GKResponse::ok( in verifyChallenge()
[all …]