Searched refs:isAuthEnd (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 127 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 D | pin_auth.cpp | 494 .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 D | verifier_func.c | 355 verifierMsg->isAuthEnd = false; in DoHandleCollectorSync() 458 verifierMsg->isAuthEnd = true; in AuthPin()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | verifier_func.h | 30 bool isAuthEnd; member
|
H A D | pin_auth.h | 77 …const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compare…
|