Home | History | Annotate | Download | only in common

Lines Matching refs:output

89   std::string output =
93 output += indent + " quote: ";
95 &output, "%s",
97 output += "\n";
100 output += indent + " quoted_data: ";
102 &output, "%s",
105 output += "\n";
108 output += indent + " quoted_pcr_value: ";
109 base::StringAppendF(&output, "%s",
113 output += "\n";
116 output += indent + " pcr_source_hint: ";
117 base::StringAppendF(&output, "%s",
121 output += "\n";
123 output += indent + "}\n";
124 return output;
134 std::string output =
138 output += indent + " wrapped_key: ";
140 &output, "%s",
143 output += "\n";
146 output += indent + " iv: ";
148 &output, "%s",
150 output += "\n";
153 output += indent + " mac: ";
155 &output, "%s",
157 output += "\n";
160 output += indent + " encrypted_data: ";
161 base::StringAppendF(&output, "%s",
165 output += "\n";
168 output += indent + " wrapping_key_id: ";
169 base::StringAppendF(&output, "%s",
173 output += "\n";
175 output += indent + "}\n";
176 return output;
186 std::string output =
190 output += indent + " data: ";
192 &output, "%s",
194 output += "\n";
197 output += indent + " signature: ";
198 base::StringAppendF(&output, "%s", base::HexEncode(value.signature().data(),
201 output += "\n";
203 output += indent + "}\n";
204 return output;
215 std::string output =
219 output += indent + " asym_ca_contents: ";
220 base::StringAppendF(&output, "%s",
224 output += "\n";
227 output += indent + " sym_ca_attestation: ";
228 base::StringAppendF(&output, "%s",
232 output += "\n";
234 output += indent + "}\n";
235 return output;