Searched refs:AlgoParamOut (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | executor_func_common.h | 67 typedef struct AlgoParamOut { struct 72 } AlgoParamOut; typedef
|
H A D | collector_func.h | 32 …ageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoParamOut *algoParam);
|
H A D | all_in_one_func.h | 42 const uint8_t *extraInfo, uint32_t extraInfoSize, AlgoParamOut *algoParam);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | collector_func.c | 232 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 D | all_in_one_func.c | 79 const uint8_t *extraInfo, uint32_t extraInfoSize, AlgoParamOut *algoParam) in DoAllInOneAuth()
|
H A D | pin_auth.cpp | 180 AlgoParamOut authAlgoParam = {}; in AllInOneAuth() 414 AlgoParamOut algoParam = {}; in SendMessageToCollector()
|