Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.h50 void PkiDbgPrintUint32BuffAsNum(
76 #define PPB(buf, size) {printf(#buf); PkiDbgPrintUint32BuffAsNum("=", buf, size);}
94 #define PkiDbgPrintUint32BuffAsNum(label, pBuf, sizeWords)
Dpki_dbg.c67 void PkiDbgPrintUint32BuffAsNum(const char *label, /*!< [in] Label string. */ in PkiDbgPrintUint32BuffAsNum() function