Searched refs:g_fwkPubKey (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | all_in_one_func.c | 23 static Buffer *g_fwkPubKey = NULL; variable 201 DestroyBuffer(g_fwkPubKey); in DoSetAllInOneFwkParam() 202 g_fwkPubKey = CreateBufferByData(fwkPubKey, fwkPubKeySize); in DoSetAllInOneFwkParam() 203 if (g_fwkPubKey == NULL) { in DoSetAllInOneFwkParam()
|
H A D | collector_func.c | 44 static Buffer *g_fwkPubKey = NULL; variable 94 DestroyBuffer(g_fwkPubKey); in DoSetCollectorFwkParam() 95 g_fwkPubKey = CreateBufferByData(fwkPubKey, fwkPubKeySize); in DoSetCollectorFwkParam() 96 if (g_fwkPubKey == NULL) { in DoSetCollectorFwkParam() 120 …int32_t result = VerifyAndGetDataAttribute(scheduleId, &attribute, g_fwkPubKey, extraInfo, extraIn… in GetCollectInfoFromSchedule()
|
H A D | verifier_func.c | 46 static Buffer *g_fwkPubKey = NULL; variable 96 DestroyBuffer(g_fwkPubKey); in DoSetVerifierFwkParam() 97 g_fwkPubKey = CreateBufferByData(fwkPubKey, fwkPubKeySize); in DoSetVerifierFwkParam() 98 if (g_fwkPubKey == NULL) { in DoSetVerifierFwkParam() 133 …int32_t result = VerifyAndGetDataAttribute(scheduleId, &attribute, g_fwkPubKey, extraInfo, extraIn… in GetAuthInfoFromSchedule()
|