Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp136 result = DoGetAlgoParameter(INVALID_TEMPLATE_ID, &(saltRes[0]), &satLen, &algoVersion);
139 result = DoGetAlgoParameter(templateId, nullptr, &satLen, &algoVersion);
142 result = DoGetAlgoParameter(templateId, &(saltRes[0]), nullptr, &algoVersion);
145 result = DoGetAlgoParameter(0, &(saltRes[0]), &satLen, &algoVersion);
148 result = DoGetAlgoParameter(templateId, &(saltRes[0]), &satLen, &algoVersion);
/ohos5.0/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 *algo…
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c93 …result = DoGetAlgoParameter(templateId, algoParam->algoParameter, &algoParameterSize, &(algoParam-… in DoAllInOneAuth()
H A Dverifier_func.c203 int32_t result = DoGetAlgoParameter( in SetVerifyAckDataPinParam()
/ohos5.0/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 *algo… in DoGetAlgoParameter() function