Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c453 uint8_t emptyHash[SHORT_HASH_LEN] = {0}; in IsEmptyShortHashStr() local
455 …if (ConvertBytesToHexString(emptyHashStr, UDID_SHORT_HASH_HEX_STR + 1, emptyHash, SHORT_HASH_LEN) … in IsEmptyShortHashStr()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c490 uint8_t emptyHash[HB_SHORT_UDID_HASH_LEN] = { 0 }; in IsEmptyShortHashStr() local
492 …if (ConvertBytesToHexString(emptyHashStr, HB_SHORT_UDID_HASH_HEX_LEN + 1, emptyHash, HB_SHORT_UDID… in IsEmptyShortHashStr()