Home
last modified time | relevance | path

Searched refs:AlgoParamOut (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h67 typedef struct AlgoParamOut { struct
72 } AlgoParamOut; typedef
H A Dcollector_func.h32 …ageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoParamOut *algoParam);
H A Dall_in_one_func.h42 const uint8_t *extraInfo, uint32_t extraInfoSize, AlgoParamOut *algoParam);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dcollector_func.c232 static int32_t GetAlgoParam(const Attribute *data, AlgoParamOut *algoParam) in GetAlgoParam()
265 …sageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoParamOut *algoParam) in DoSendMessageToCollector()
H A Dall_in_one_func.c79 const uint8_t *extraInfo, uint32_t extraInfoSize, AlgoParamOut *algoParam) in DoAllInOneAuth()
H A Dpin_auth.cpp180 AlgoParamOut authAlgoParam = {}; in AllInOneAuth()
414 AlgoParamOut algoParam = {}; in SendMessageToCollector()