Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp460 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerDeviceId() local
461 if (Crypto::GetUdidHash(deviceId, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerDeviceId()
466 udidHash = udidHashTmp; in GetPeerDeviceId()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Ddm_auth_manager.cpp409 char udidHashTmp[DM_MAX_DEVICE_ID_LEN] = {0}; in GetPeerUdidHash() local
410 if (Crypto::GetUdidHash(peerUdid, reinterpret_cast<uint8_t *>(udidHashTmp)) != DM_OK) { in GetPeerUdidHash()
415 peerUdidHash = std::string(udidHashTmp); in GetPeerUdidHash()

Completed in 6 milliseconds