Searched defs:udidHashLen (Results 1 – 4 of 4) sorted by relevance
76 int32_t LnnGetNetworkIdByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *buf, uint32_… in LnnGetNetworkIdByUdidHash()
1412 int32_t LnnGetNetworkIdByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *buf, uint32_… in LnnGetNetworkIdByUdidHash()
100 static int32_t GetRemoteBtMacByUdidHash(const uint8_t *udidHash, uint32_t udidHashLen, char *brMac,… in GetRemoteBtMacByUdidHash()
74 uint32_t udidHashLen = SHA256_LEN * BYTE_TO_HEX_OPER_LENGTH + 1; in IsDeviceIdHashMatch() local