Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c454 char emptyHashStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in IsEmptyShortHashStr() local
455 …if (ConvertBytesToHexString(emptyHashStr, UDID_SHORT_HASH_HEX_STR + 1, emptyHash, SHORT_HASH_LEN) … in IsEmptyShortHashStr()
459 if (strncmp(emptyHashStr, udidHash, strlen(emptyHashStr)) == EOK) { in IsEmptyShortHashStr()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c491 char emptyHashStr[HB_SHORT_UDID_HASH_HEX_LEN + 1] = { 0 }; in IsEmptyShortHashStr() local
492 …if (ConvertBytesToHexString(emptyHashStr, HB_SHORT_UDID_HASH_HEX_LEN + 1, emptyHash, HB_SHORT_UDID… in IsEmptyShortHashStr()
497 if (strncmp(emptyHashStr, udidHash, strlen(emptyHashStr)) == 0) { in IsEmptyShortHashStr()