Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_session_message.h39 #define UDID_SHORT_HASH_HEX_STR 16 macro
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c298 if (info == NULL || udidBuf == NULL || bufLen <= UDID_SHORT_HASH_HEX_STR) { in GetUdidShortHash()
316 UDID_SHORT_HASH_HEX_STR) == EOK); in GetUdidShortHash()
593 char hashHexStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in ParseNormalizeData()
594 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in ParseNormalizeData()
665 char hashHexStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in UnpackNormalizedKey()
666 if (ConvertBytesToUpperCaseHexString(hashHexStr, UDID_SHORT_HASH_HEX_STR + 1, in UnpackNormalizedKey()
702 char udidShortHash[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in UnpackFastAuth()
703 if (ConvertBytesToHexString(udidShortHash, UDID_SHORT_HASH_HEX_STR + 1, in UnpackFastAuth()
H A Dauth_session_message.c454 char emptyHashStr[UDID_SHORT_HASH_HEX_STR + 1] = {0}; in IsEmptyShortHashStr()
455 if (ConvertBytesToHexString(emptyHashStr, UDID_SHORT_HASH_HEX_STR + 1, emptyHash, SHORT_HASH_LEN) != SOFTBUS_OK) { in IsEmptyShortHashStr()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp819 uint32_t bufLen = UDID_SHORT_HASH_HEX_STR; in HWTEST_F()

Completed in 8 milliseconds