Searched refs:VerifyAndGetDataAttribute (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | executor_func_common.h | 78 int32_t VerifyAndGetDataAttribute(
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | verifier_func.c | 133 int32_t result = VerifyAndGetDataAttribute(scheduleId, &attribute, g_fwkPubKey, extraInfo, extraInfoSize); in GetAuthInfoFromSchedule() 357 int32_t result = VerifyAndGetDataAttribute(g_verifierSchedule->scheduleId, in DoHandleCollectorSync() 360 LOG_ERROR("VerifyAndGetDataAttribute fail"); in DoHandleCollectorSync() 492 int32_t result = VerifyAndGetDataAttribute(g_verifierSchedule->scheduleId, in DoHandleCollectorAck() 495 LOG_ERROR("VerifyAndGetDataAttribute fail"); in DoHandleCollectorAck()
|
H A D | collector_func.c | 120 int32_t result = VerifyAndGetDataAttribute(scheduleId, &attribute, g_fwkPubKey, extraInfo, extraInfoSize); in GetCollectInfoFromSchedule() 274 int32_t result = VerifyAndGetDataAttribute(scheduleId, &data, g_collectorSchedule->peerPubKey, msg, msgSize); in DoSendMessageToCollector() 276 LOG_ERROR("VerifyAndGetDataAttribute fail"); in DoSendMessageToCollector()
|
H A D | executor_func_common.c | 239 int32_t VerifyAndGetDataAttribute( in VerifyAndGetDataAttribute() function 243 LOG_ERROR("VerifyAndGetDataAttribute check param fail!"); in VerifyAndGetDataAttribute()
|
Completed in 3 milliseconds