Searched refs:localDeviceId (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/pin_auth/hdi_service/database/inc/ |
H A D | pin_db.h | 46 uint8_t *localDeviceId, uint32_t deviceUuidLength);
|
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | pin_auth.cpp | 153 char localDeviceId[deviceUuidLength] = {0}; in GenerateAlgoParameter() local 154 if (GetDevUdid(localDeviceId, deviceUuidLength) != EC_SUCCESS) { in GenerateAlgoParameter() 161 (uint8_t *)&(localDeviceId[0]), deviceUuidLength); in GenerateAlgoParameter()
|
/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 1075 uint8_t *localDeviceId, uint32_t deviceUuidLength) in GenerateSalt() 1078 if (memcpy_s(sourceDataTemp, SOURCE_DATA_LENGTH, localDeviceId, deviceUuidLength) != EOK) { in GenerateSalt() 1079 LOG_ERROR("memcpy_s localDeviceId to sourceDataTemp failed"); in GenerateSalt() 1109 uint8_t *localDeviceId, uint32_t deviceUuidLength) in DoGenerateAlgoParameter() 1112 if (algoParameter == NULL || algoParameterLength == NULL || localDeviceId == NULL || algoVersion == NULL || in DoGenerateAlgoParameter() 1122 if (GenerateSalt(algoParameter, algoParameterLength, localDeviceId, deviceUuidLength) != RESULT_SUCCESS) { in DoGenerateAlgoParameter() 1074 GenerateSalt(uint8_t *algoParameter, uint32_t *algoParameterLength, uint8_t *localDeviceId, uint32_t deviceUuidLength) GenerateSalt() argument 1108 DoGenerateAlgoParameter(uint8_t *algoParameter, uint32_t *algoParameterLength, uint32_t *algoVersion, uint8_t *localDeviceId, uint32_t deviceUuidLength) DoGenerateAlgoParameter() argument
|
Completed in 3 milliseconds