Home
last modified time | relevance | path

Searched refs:nibble2hex (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp41 char nibble2hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
47 out << (nibble2hex[0x0F & (byte >> 4)]); in hexdump()
48 out << (nibble2hex[0x0F & byte]); in hexdump()
/hardware/interfaces/keymaster/4.1/vts/functional/
DDeviceUniqueAttestationTest.cpp47 char nibble2hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
54 retval.push_back(nibble2hex[0x0F & (byte >> 4)]); in bin2hex()
55 retval.push_back(nibble2hex[0x0F & byte]); in bin2hex()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp231 char nibble2hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
238 retval.push_back(nibble2hex[0x0F & (byte >> 4)]); in bin2hex()
239 retval.push_back(nibble2hex[0x0F & byte]); in bin2hex()
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp121 char nibble2hex[16] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
128 retval.push_back(nibble2hex[0x0F & (byte >> 4)]); in bin2hex()
129 retval.push_back(nibble2hex[0x0F & byte]); in bin2hex()