Home
last modified time | relevance | path

Searched refs:DoGetAlgoParameter (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp108 * @tc.name: DoGetAlgoParameter test
109 * @tc.desc: verify DoGetAlgoParameter
136 result = DoGetAlgoParameter(INVALID_TEMPLATE_ID, &(saltRes[0]), &satLen, &algoVersion); in HWTEST_F()
139 result = DoGetAlgoParameter(templateId, nullptr, &satLen, &algoVersion); in HWTEST_F()
142 result = DoGetAlgoParameter(templateId, &(saltRes[0]), nullptr, &algoVersion); in HWTEST_F()
145 result = DoGetAlgoParameter(0, &(saltRes[0]), &satLen, &algoVersion); in HWTEST_F()
148 result = DoGetAlgoParameter(templateId, &(saltRes[0]), &satLen, &algoVersion); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h44 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion);
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c93 result = DoGetAlgoParameter(templateId, algoParam->algoParameter, &algoParameterSize, &(algoParam->algoVersion)); in DoAllInOneAuth()
95 LOG_ERROR("DoGetAlgoParameter fail!"); in DoAllInOneAuth()
H A Dverifier_func.c203 int32_t result = DoGetAlgoParameter( in SetVerifyAckDataPinParam()
206 LOG_ERROR("DoGetAlgoParameter fail!"); in SetVerifyAckDataPinParam()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c631 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion) in DoGetAlgoParameter() function
655 LOG_INFO("DoGetAlgoParameter succ."); in DoGetAlgoParameter()

Completed in 4 milliseconds