Home
last modified time | relevance | path

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

/base/security/device_auth/services/
H A Ddevice_auth.c75 char *udidHash = (char *)HcMalloc(udidHashLen, 0); in IsDeviceIdHashMatch() local
76 if (udidHash == NULL) { in IsDeviceIdHashMatch()
77 LOGE("malloc udidHash string failed"); in IsDeviceIdHashMatch()
80 ret = ByteToHexString(udidHashByte, SHA256_LEN, udidHash, udidHashLen); in IsDeviceIdHashMatch()
83 HcFree(udidHash); in IsDeviceIdHashMatch()
90 HcFree(udidHash); in IsDeviceIdHashMatch()
93 if (strstr((const char *)udidHash, subUdidHashUpper) != NULL) { in IsDeviceIdHashMatch()
95 HcFree(udidHash); in IsDeviceIdHashMatch()
99 HcFree(udidHash); in IsDeviceIdHashMatch()

Completed in 3 milliseconds