Searched refs:algoParameterLength (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 1074 static ResultCode GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, in GenerateSalt() argument 1096 …if (memcpy_s(algoParameter, *algoParameterLength, resultSha256->buf, resultSha256->contentSize) !=… in GenerateSalt() 1101 *algoParameterLength = resultSha256->contentSize; in GenerateSalt() 1108 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t … in DoGenerateAlgoParameter() argument 1112 …if (algoParameter == NULL || algoParameterLength == NULL || localDeviceId == NULL || algoVersion =… in DoGenerateAlgoParameter() 1122 …if (GenerateSalt(algoParameter, algoParameterLength, localDeviceId, deviceUuidLength) != RESULT_SU… in DoGenerateAlgoParameter() 1128 …LOG_INFO("gen algo succ size is [%{public}u] and version is [%{public}u]", *algoParameterLength, *… in DoGenerateAlgoParameter()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 45 ResultCode DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t …
|