Home
last modified time | relevance | path

Searched refs:CUST_UDID_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp71 char hashStr[CUST_UDID_LEN + 1] = {0}; in DelNotTrustDevice()
76 if (ConvertBytesToHexString(hashStr, CUST_UDID_LEN + 1, udidHash, CUST_UDID_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in DelNotTrustDevice()
104 char hashStr[CUST_UDID_LEN + 1] = {0}; in IsTrustDevice()
110 if (ConvertBytesToHexString(hashStr, CUST_UDID_LEN + 1, udidHash, in IsTrustDevice()
111 CUST_UDID_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in IsTrustDevice()
H A Dauth_hichain_adapter.c40 #define CUST_UDID_LEN 16 macro
186 char hashStr[CUST_UDID_LEN + 1] = {0}; in IsTrustedDeviceInAGroup()
190 if (ConvertBytesToHexString(hashStr, CUST_UDID_LEN + 1, udidHash, in IsTrustedDeviceInAGroup()
191 CUST_UDID_LEN / HEXIFY_UNIT_LEN) != SOFTBUS_OK) { in IsTrustedDeviceInAGroup()
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h36 #define CUST_UDID_LEN 16 macro

Completed in 3 milliseconds