Home
last modified time | relevance | path

Searched refs:VerifyAndGetDataAttribute (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h78 int32_t VerifyAndGetDataAttribute(
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dverifier_func.c133 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 Dcollector_func.c120 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 Dexecutor_func_common.c239 int32_t VerifyAndGetDataAttribute( in VerifyAndGetDataAttribute() function
243 LOG_ERROR("VerifyAndGetDataAttribute check param fail!"); in VerifyAndGetDataAttribute()

Completed in 3 milliseconds