Home
last modified time | relevance | path

Searched refs:Data_p (Results 1 – 2 of 2) sorted by relevance

/optee_test/host/xtest/adbg/src/
A Dsecurity_utils_hex.c53 const uint8 *Data_p = Buffer_p;
81 if (isprint(Data_p[n]))
82 PrintableChar = (char)Data_p[n];
86 LineBuf[LinePos * 3 + 0] = SecBase_HexChars[Data_p[n] >> 4];
87 LineBuf[LinePos * 3 + 1] = SecBase_HexChars[Data_p[n] & 0x0F];
118 const uint8 *Data_p = Buffer_p;
129 (void)SecUtil_BufferToHex(Data_p + n, MIN(16, BufferLength - n),
146 const uint8_t *Data_p = Buffer_p; in SecUtil_BufferToHex() local
209 1] = SecUtil_HexChars[Data_p[n] >> 4]; in SecUtil_BufferToHex()
217 1] = SecUtil_HexChars[Data_p[n] & 0x0F]; in SecUtil_BufferToHex()
A Dadbg_log.c53 const uint8_t *Data_p = Buf_p; in Do_ADBG_HexLog() local
61 (void)SecUtil_BufferToHex(Data_p + n, MIN(Cols, Size - n), NULL, in Do_ADBG_HexLog()
65 int ch = Data_p[n + m]; in Do_ADBG_HexLog()

Completed in 4 milliseconds