Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp127 bool isAuthEnd = false; in HandleVerifierMsg() local
129 …if (pinHdi_->SendMessageToVerifier(scheduleId, msg, msgOut, isAuthEnd, compareResult) != SUCCESS) { in HandleVerifierMsg()
133 if (!isAuthEnd) { in HandleVerifierMsg()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp494 .isAuthEnd = false, in VerifierAuth()
529 …const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compare… in SendMessageToVerifier() argument
542 .isAuthEnd = false, in SendMessageToVerifier()
557 isAuthEnd = verifierMsg.isAuthEnd; in SendMessageToVerifier()
H A Dverifier_func.c355 verifierMsg->isAuthEnd = false; in DoHandleCollectorSync()
458 verifierMsg->isAuthEnd = true; in AuthPin()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dverifier_func.h30 bool isAuthEnd; member
H A Dpin_auth.h77 …const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compare…