Searched refs:GetSha256Value (Results 1 – 2 of 2) sorted by relevance
28 int GetSha256Value(const char *input, char *udid, uint32_t udidSize);48 int ret = GetSha256Value(nullptr, nullptr, 0);
29 INIT_UDID_LOCAL_API int GetSha256Value(const char *input, char *udid, uint32_t udidSize) in GetSha256Value() function68 ret = GetSha256Value(tmp, udid, size); in CalcDevUdid()