Home
last modified time | relevance | path

Searched refs:PKA_PRINTF (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki_dbg.c38 PKA_PRINTF("Can't print reg %d, reg is too big \n", reg); in PkiDbgPrintReg()
46 PKA_PRINTF("Can't print reg %d, size in %d\n", reg, sizeBytes); in PkiDbgPrintReg()
50 PKA_PRINTF("%s [%d] ", label, sizeBits); in PkiDbgPrintReg()
52 PKA_PRINTF("%02X", ((uint8_t*)tmp)[i] & 0xFF); in PkiDbgPrintReg()
54 PKA_PRINTF("\n"); in PkiDbgPrintReg()
76 PKA_PRINTF("%s [%d] ", label, sizeBits); in PkiDbgPrintUint32BuffAsNum()
78 PKA_PRINTF("%08X", pBuf[i]); in PkiDbgPrintUint32BuffAsNum()
80 PKA_PRINTF("\n"); in PkiDbgPrintUint32BuffAsNum()
101 PKA_PRINTF("%s [%d] ", label, sizeBits); in PkiDbgPrintUint8BuffAsNum()
103 PKA_PRINTF("%02X", pBuf[i]); in PkiDbgPrintUint8BuffAsNum()
[all …]
Dpki_dbg.h31 #define PKA_PRINTF printf macro
79 do{PKA_PRINTF("%s",label); \
84 do{PKA_PRINTF("%s",label); \
98 #define PKA_PRINTF(format, ...) do{}while(0)
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dpka_ec_edw.c358 PKA_PRINTF("Init loop: i= %d, twoBits= %d\n", i, twoBits); in PkaEcEdwSpecialScalarMultBase()
383 PKA_PRINTF("\ni= %d b2= %02X b2c4= %3d carry= %d \n", i, twoBits, swt, carry); in PkaEcEdwSpecialScalarMultBase()
388 PKA_PRINTF("break: i= %d carry= %d\n", i, carry); in PkaEcEdwSpecialScalarMultBase()