Home
last modified time | relevance | path

Searched refs:SHORT_HASH_LEN (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c453 uint8_t emptyHash[SHORT_HASH_LEN] = {0}; in IsEmptyShortHashStr()
455 if (ConvertBytesToHexString(emptyHashStr, UDID_SHORT_HASH_HEX_STR + 1, emptyHash, SHORT_HASH_LEN) != SOFTBUS_OK) { in IsEmptyShortHashStr()
518 } else if (memcmp(localUdidHash, udidHash, SHORT_HASH_LEN) < 0) { in UpdateLocalAuthState()
520 } else if (memcmp(localUdidHash, udidHash, SHORT_HASH_LEN) > 0) { in UpdateLocalAuthState()
H A Dauth_common.c284 (cmpShortHash ? SHORT_HASH_LEN : UDID_HASH_LEN)) == 0 || in CompareConnInfo()
H A Dauth_interface.c425 int32_t ret = memcmp(localUdidHash, info->connInfo.info.bleInfo.deviceIdHash, SHORT_HASH_LEN); in FillAuthSessionInfo()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h86 #define SHORT_HASH_LEN 8 macro

Completed in 4 milliseconds