Searched refs:DoGetAlgoParameter (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_test.cpp | 108 * @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 D | pin_db.h | 44 ResultCode DoGetAlgoParameter(uint64_t templateId, uint8_t *salt, uint32_t *saltLen, uint32_t *algoVersion);
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | all_in_one_func.c | 93 result = DoGetAlgoParameter(templateId, algoParam->algoParameter, &algoParameterSize, &(algoParam->algoVersion)); in DoAllInOneAuth() 95 LOG_ERROR("DoGetAlgoParameter fail!"); in DoAllInOneAuth()
|
H A D | verifier_func.c | 203 int32_t result = DoGetAlgoParameter( in SetVerifyAckDataPinParam() 206 LOG_ERROR("DoGetAlgoParameter fail!"); in SetVerifyAckDataPinParam()
|
/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 *algoVersion) in DoGetAlgoParameter() function 655 LOG_INFO("DoGetAlgoParameter succ."); in DoGetAlgoParameter()
|
Completed in 4 milliseconds