Home
last modified time | relevance | path

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

/aosp14/system/core/gatekeeperd/
H A Dgatekeeperd.cpp61 using GKResponseCode = ::android::service::gatekeeper::ResponseCode; typedef
258 if (gkResponse->response_code() == GKResponseCode::OK) { in enroll()
272 if (gkResponse->response_code() == GKResponseCode::OK && !gkResponse->should_reenroll()) { in enroll()
279 if (!status.isOk() || verifyResponse.response_code() != GKResponseCode::OK) { in enroll()
375 if (gkResponse->response_code() == GKResponseCode::OK) { in verifyChallenge()