Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/include/
DStmUtil.h9 #define dbgPrintAppend(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__); macro
14 #define dbgPrintAppend(fmt, ...) ((void)0) macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c645 if(!(n % 16)) dbgPrintAppend("\r\n "); in TpmGenerateUnique()
646 dbgPrintAppend("%02x", ((unsigned int)(unique[n]))); in TpmGenerateUnique()
648 dbgPrintAppend("\r\n"); in TpmGenerateUnique()