Home
last modified time | relevance | path

Searched refs:UTIL_LOG_BYTE_BUFF (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair_util.c82 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNbuffFromKeyPair()
162 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair()
163 UTIL_LOG_BYTE_BUFF("gNp", gNp, NP_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair()
226 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey()
227 UTIL_LOG_BYTE_BUFF("gNp", gNp, NP_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey()
255 UTIL_LOG_BYTE_BUFF("gN", (uint8_t *)&gNAndNp, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonCalcHBKFromBuff()
268 UTIL_LOG_BYTE_BUFF("gNp", gNp, NP_SIZE_IN_BYTES); in CC_CommonCalcHBKFromBuff()
318 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonCalcHBKFromFile()
325 UTIL_LOG_BYTE_BUFF("gNp", gNp, NP_SIZE_IN_BYTES); in CC_CommonCalcHBKFromFile()
Dcommon_crypto_sym.c126 UTIL_LOG_BYTE_BUFF("pwdBuff", pwdBuff, strlen(pwdBuff)); in CC_CommonAesCbcDecrypt()
134 UTIL_LOG_BYTE_BUFF("keyBuff", keyBuff, sizeof(keyBuff)); in CC_CommonAesCbcDecrypt()
135 UTIL_LOG_BYTE_BUFF("ivBuff", ivBuff, sizeof(ivBuff)); in CC_CommonAesCbcDecrypt()
283 UTIL_LOG_BYTE_BUFF("nonce", nonce, nonceLen); in CC_CommonAesCcmEncrypt()
284 UTIL_LOG_BYTE_BUFF("keyBuf", keyBuf, 16); in CC_CommonAesCcmEncrypt()
300 UTIL_LOG_BYTE_BUFF("aData", aData, aDatalen); in CC_CommonAesCcmEncrypt()
310 UTIL_LOG_BYTE_BUFF("plainTxt", plainTxt, plainTxtLen); in CC_CommonAesCcmEncrypt()
322 UTIL_LOG_BYTE_BUFF("enBuff", enBuff, outlen); in CC_CommonAesCcmEncrypt()
337 UTIL_LOG_BYTE_BUFF("tagBuff", tagBuff, tagBuffLen); in CC_CommonAesCcmEncrypt()
Dcommon_util_log.h24 #define UTIL_LOG_BYTE_BUFF(str, buff, size) {\ macro
50 #define UTIL_LOG_BYTE_BUFF(str, buff, size) do{ }while(0) macro
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/common/
Ddmpu_common.c107 UTIL_LOG_BYTE_BUFF("dataIn", dataIn, index); in AesCmacKeyDerivation()
108 UTIL_LOG_BYTE_BUFF("pKey", pKey, keySize); in AesCmacKeyDerivation()
115 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_asset_prov_rt/lib/
Dmain.c96 UTIL_LOG_BYTE_BUFF("dataIn", dataIn, sizeof(dataIn)); in AesCmacKeyDerivation()
97 UTIL_LOG_BYTE_BUFF("pKey", pKey, keySize); in AesCmacKeyDerivation()
104 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()
197 UTIL_LOG_BYTE_BUFF("assetBlob", (uint8_t *)&assetBlob, assetBlobSize); in build_asset_blob()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cmpu_asset_pkg_util/lib/
Dmain.c108 UTIL_LOG_BYTE_BUFF("dataIn", dataIn, index); in AesCmacKeyDerivation()
109 UTIL_LOG_BYTE_BUFF("pKey", pKey, keySize); in AesCmacKeyDerivation()
116 UTIL_LOG_BYTE_BUFF("pOutKey", pOutKey, outKeySize); in AesCmacKeyDerivation()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/
Dmain.c505 UTIL_LOG_BYTE_BUFF("pNAndNp", (uint8_t *)pNAndNp.pNpBuff, NP_SIZE_IN_BYTES); in SBU_x509_AddPubKeyNpBuffExtension()
543 UTIL_LOG_BYTE_BUFF("pHeaderInfo", pHeaderInfo, sizeof(CCSbCertHeader_t)); in SBU_x509_AddPropHeaderExtension()
825 UTIL_LOG_BYTE_BUFF("pAddData", pAddData, addDataSize); in SBU_x509_BuildCertPkg()