Home
last modified time | relevance | path

Searched defs:msgOut (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dverifier_func.h28 uint8_t *msgOut; member
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp126 std::vector<uint8_t> msgOut; in HandleVerifierMsg() local
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp481 …heduleId, uint64_t templateId, const std::vector<uint8_t> &extraInfo, std::vector<uint8_t> &msgOut) in VerifierAuth()
529 …const std::vector<uint8_t> &msgIn, std::vector<uint8_t> &msgOut, bool &isAuthEnd, int32_t &compare… in SendMessageToVerifier()