Home
last modified time | relevance | path

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

/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()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dverifier_func.h30 bool isAuthEnd; member
H A Dpin_auth.h79 const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compareResult);
/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 &compareResult) in SendMessageToVerifier()
542 .isAuthEnd = false, in SendMessageToVerifier()
557 isAuthEnd = verifierMsg.isAuthEnd; in SendMessageToVerifier()
528 SendMessageToVerifier(uint64_t scheduleId, const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compareResult) SendMessageToVerifier() argument
H A Dverifier_func.c355 verifierMsg->isAuthEnd = false; in DoHandleCollectorSync()
458 verifierMsg->isAuthEnd = true; in AuthPin()

Completed in 3 milliseconds