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 D | pin_db_test.cpp | 136 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 D | pin_db.h | 44 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 D | all_in_one_func.c | 93 …result = DoGetAlgoParameter(templateId, algoParam->algoParameter, &algoParameterSize, &(algoParam-… in DoAllInOneAuth()
|
H A D | verifier_func.c | 203 int32_t result = DoGetAlgoParameter( in SetVerifyAckDataPinParam()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 631 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algo… in DoGetAlgoParameter() function
|