Searched refs:nibble2hex (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/confirmationui/support/test/ |
D | msg_formatting_test.cpp | 41 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/ |
D | DeviceUniqueAttestationTest.cpp | 47 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/ |
D | keymaster_hidl_hal_test.cpp | 231 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/ |
D | keymaster_hidl_hal_test.cpp | 121 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()
|