Home
last modified time | relevance | path

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

/base/security/device_auth/services/
H A Ddevice_auth.c86 char *subUdidHashUpper = NULL; in IsDeviceIdHashMatch() local
87 ret = ToUpperCase(subUdidHash, &subUdidHashUpper); in IsDeviceIdHashMatch()
93 if (strstr((const char *)udidHash, subUdidHashUpper) != NULL) { in IsDeviceIdHashMatch()
96 HcFree(subUdidHashUpper); in IsDeviceIdHashMatch()
100 HcFree(subUdidHashUpper); in IsDeviceIdHashMatch()

Completed in 3 milliseconds