Home
last modified time | relevance | path

Searched refs:udidHashLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_virtual.c76 int32_t LnnGetNetworkIdByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *buf, uint32_… in LnnGetNetworkIdByUdidHash() argument
79 (void)udidHashLen; in LnnGetNetworkIdByUdidHash()
H A Dlnn_distributed_net_ledger_manager.c1412 int32_t LnnGetNetworkIdByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *buf, uint32_… in LnnGetNetworkIdByUdidHash() argument
1414 if (udidHash == NULL || buf == NULL || udidHashLen == 0) { in LnnGetNetworkIdByUdidHash()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/interface/
H A Dbus_center_manager.h85 int32_t LnnGetNetworkIdByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *buf, uint32_…
/ohos5.0/base/security/device_auth/services/
H A Ddevice_auth.c74 uint32_t udidHashLen = SHA256_LEN * BYTE_TO_HEX_OPER_LENGTH + 1; in IsDeviceIdHashMatch() local
75 char *udidHash = (char *)HcMalloc(udidHashLen, 0); in IsDeviceIdHashMatch()
80 ret = ByteToHexString(udidHashByte, SHA256_LEN, udidHash, udidHashLen); in IsDeviceIdHashMatch()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c100 static int32_t GetRemoteBtMacByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *brMac,… in GetRemoteBtMacByUdidHash() argument
103 int32_t ret = LnnGetNetworkIdByUdidHash(udidHash, udidHashLen, networkId, sizeof(networkId)); in GetRemoteBtMacByUdidHash()