Searched refs:UTIL_LOG_INFO (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_crypto_x509.c | 77 UTIL_LOG_INFO("about to X509_free\n"); in CC_CommonX509Free() 200 UTIL_LOG_INFO("OK\n"); in CC_CommonX509CreateAndSetHeader() 278 UTIL_LOG_INFO("OK\n"); in CC_CommonX509AddIntegerExtension() 331 UTIL_LOG_INFO("writtenBytes %d, extValue %s\n",writtenBytes, extValue); in CC_CommonX509AddStringExtension() 334 UTIL_LOG_INFO("writtenBytes %d, extValue %s\n",writtenBytes, extValue); in CC_CommonX509AddStringExtension() 362 UTIL_LOG_INFO("OK\n"); in CC_CommonX509AddStringExtension() 462 UTIL_LOG_INFO("about to X509_set_pubkey\n"); in CC_CommonX509SetKeyAndSign() 472 UTIL_LOG_INFO("about to X509_sign_ctx\n"); in CC_CommonX509SetKeyAndSign() 480 UTIL_LOG_INFO("OK\n"); in CC_CommonX509SetKeyAndSign() 519 UTIL_LOG_INFO("OK\n"); in CC_CommonX509ToDer() [all …]
|
D | common_crypto_encode.c | 135 UTIL_LOG_INFO("started. encBuffLen %d\n", encBuffLen); in CC_CommonBase64Decode() 139 UTIL_LOG_INFO("pEncBuff[%d] 0x%x\n", i, pEncBuff[i]); in CC_CommonBase64Decode() 189 UTIL_LOG_INFO("rc %d\n", rc); in CC_CommonBase64Decode()
|
D | common_util_log.h | 23 #define UTIL_LOG_INFO UTIL_LOG_ERR macro 49 #define UTIL_LOG_INFO(format...) do{ }while(0) macro
|
D | common_util_files.c | 232 UTIL_LOG_INFO( "opening %s\n", fileName); in CC_CommonUtilCopyDataFromBinFile()
|
D | common_crypto_asym.c | 268 UTIL_LOG_INFO("\nVerify_v21: OK\n"); in Verify_v21()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/x509cert_lib/ |
D | main.c | 773 …UTIL_LOG_INFO("calling CC_CommonX509SetKeyAndSign pKeyPairFileName %s, pPrivKeyPwd %s\n", pKeyPair… in SBU_x509_SetKeyAndSign() 824 …UTIL_LOG_INFO("outPkgFile %s, addDataSize %d, gCertSize %d\n", outPkgFile, addDataSize, gCertSize); in SBU_x509_BuildCertPkg() 836 UTIL_LOG_INFO("Opening certificate pkg file for writing\n"); in SBU_x509_BuildCertPkg() 873 UTIL_LOG_INFO("writing pkg to file\n"); in SBU_x509_BuildCertPkg() 881 UTIL_LOG_INFO("OK\n"); in SBU_x509_BuildCertPkg()
|