Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c482 uint8_t uuidHash[SHA_256_HASH_LEN] = { 0 }; in IsUuidChange() local
492 …ftBusGenerateStrHash((const unsigned char *)oldUuid, strlen(oldUuid), (unsigned char *)uuidHash) != in IsUuidChange()
497 if (memcmp(uuidHash, hbResp->shortUuid, len) != 0) { in IsUuidChange()
500 uuidHash[0], uuidHash[1], (hbResp->shortUuid)[0], (hbResp->shortUuid)[1]); in IsUuidChange()