Lines Matching refs:profile
415 if (auto profile = signParams.find(ParamConstants::PARAM_BASIC_PROFILE); profile != signParams.end()) {
416 if ((ret = LoadOptionalBlock(profile->second, HapUtils::HAP_PROFILE_BLOCK_ID)) != RET_OK)
492 SIGNATURE_TOOLS_LOGE("profile check error");
753 std::string profile;
756 profile = std::string(optionalBlock.optionalBlockValue.GetBufferPtr(),
760 return profile;
765 std::string profile = FindProfileFromOptionalBlocks();
776 if (p7Data.Parse(profile) < 0) {
777 SIGNATURE_TOOLS_LOGE("Parse profile error.");
781 SIGNATURE_TOOLS_LOGE("Verify profile pkcs7 failed! Profile is invalid.");
790 profileContent = profile;
813 PrintErrorNumberMsg("NOT_SUPPORT_ERROR", NOT_SUPPORT_ERROR, "Unsupported profile type!");
819 SIGNATURE_TOOLS_LOGE("input certificates do not match with profile!");
824 SIGNATURE_TOOLS_LOGI("certificate in profile: %s", cn.c_str());