Searched refs:isAuthEnd (Results 1 - 5 of 5) sorted by relevance
/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()
|
/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | verifier_func.h | 30 bool isAuthEnd; member
|
H A D | pin_auth.h | 79 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 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 &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 D | verifier_func.c | 355 verifierMsg->isAuthEnd = false; in DoHandleCollectorSync() 458 verifierMsg->isAuthEnd = true; in AuthPin()
|
Completed in 3 milliseconds