Searched refs:udidHashTmp (Results 1 – 2 of 2) sorted by relevance
502 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerDeviceId() local503 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerDeviceId()508 udidHash = udidHashTmp; in GetPeerDeviceId()
355 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerUdidHash() local356 if (Crypto::GetUdidHash(peerUdid, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerUdidHash()361 peerUdidHash = std::string(udidHashTmp); in GetPeerUdidHash()