Home
last modified time | relevance | path

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

/base/security/device_auth/services/
H A Ddevice_auth.c67 uint8_t udidHashByte[SHA256_LEN] = { 0 }; in IsDeviceIdHashMatch() local
68 Uint8Buff udidHashBuf = { udidHashByte, sizeof(udidHashByte) }; in IsDeviceIdHashMatch()
80 ret = ByteToHexString(udidHashByte, SHA256_LEN, udidHash, udidHashLen); in IsDeviceIdHashMatch()

Completed in 5 milliseconds