Home
last modified time | relevance | path

Searched refs:udidHashTmp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp502 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerDeviceId() local
503 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerDeviceId()
508 udidHash = udidHashTmp; in GetPeerDeviceId()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp355 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerUdidHash() local
356 if (Crypto::GetUdidHash(peerUdid, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerUdidHash()
361 peerUdidHash = std::string(udidHashTmp); in GetPeerUdidHash()