Searched refs:templateIdListLen (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | all_in_one_func_test.cpp | 163 uint32_t templateIdListLen = 2; variable 166 ResultCode result = DoSetAllInOneFwkParam(nullptr, templateIdListLen, nullptr, 0); 169 result = DoSetAllInOneFwkParam(templateIdList.data(), templateIdListLen, nullptr, 0); 172 result = DoSetAllInOneFwkParam(templateIdList.data(), templateIdListLen, fwkPubKey.data(), 0); 175 …result = DoSetAllInOneFwkParam(templateIdList.data(), templateIdListLen, fwkPubKey.data(), fwkPubK…
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | all_in_one_func.c | 194 …const uint64_t *templateIdList, uint32_t templateIdListLen, const uint8_t *fwkPubKey, uint32_t fwk… in DoSetAllInOneFwkParam() argument 196 if (((templateIdListLen != 0) && (templateIdList == NULL)) || in DoSetAllInOneFwkParam() 207 ResultCode ret = VerifyTemplateDataPin(templateIdList, templateIdListLen); in DoSetAllInOneFwkParam()
|
H A D | pin_auth.cpp | 326 uint32_t templateIdListLen = templateIdList.size(); in SetAllInOneFwkParam() local 327 if (templateIdListLen > MAX_TEMPLATEID_LEN) { in SetAllInOneFwkParam() 332 … &templateIdList[0], templateIdListLen, frameworkPublicKey.data(), frameworkPublicKey.size()); in SetAllInOneFwkParam()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/ |
H A D | all_in_one_func.h | 48 …const uint64_t *templateIdList, uint32_t templateIdListLen, const uint8_t *fwkPubKey, uint32_t fwk…
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 54 ResultCode VerifyTemplateDataPin(const uint64_t *templateIdList, uint32_t templateIdListLen);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 1038 …ateIdFromList(uint64_t storeTemplateId, const uint64_t *templateIdList, uint32_t templateIdListLen) in FindTemplateIdFromList() argument 1040 for (uint32_t i = 0; i < templateIdListLen; ++i) { in FindTemplateIdFromList() 1049 ResultCode VerifyTemplateDataPin(const uint64_t *templateIdList, uint32_t templateIdListLen) in VerifyTemplateDataPin() argument 1051 if (templateIdListLen != 0 && templateIdList == NULL) { in VerifyTemplateDataPin() 1061 …TemplateIdFromList(g_pinDbOp->pinIndex[i].pinInfo.templateId, templateIdList, templateIdListLen)) { in VerifyTemplateDataPin()
|
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 335 uint32_t templateIdListLen = 2; variable 336 uint32_t result = VerifyTemplateDataPin(&templateIdList[0], templateIdListLen);
|