Home | History | Annotate | Download | only in common

Lines Matching defs:output

71   std::string output =
75 output += indent + " key_label: ";
76 base::StringAppendF(&output, "%s", value.key_label().c_str());
77 output += "\n";
80 output += indent + " key_type: ";
81 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
84 output += "\n";
87 output += indent + " key_usage: ";
88 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
91 output += "\n";
94 output += indent + " certificate_profile: ";
95 base::StringAppendF(&output, "%s",
99 output += "\n";
102 output += indent + " username: ";
103 base::StringAppendF(&output, "%s", value.username().c_str());
104 output += "\n";
107 output += indent + " origin: ";
108 base::StringAppendF(&output, "%s", value.origin().c_str());
109 output += "\n";
111 output += indent + "}\n";
112 return output;
123 std::string output =
127 output += indent + " status: ";
129 &output, "%s",
131 output += "\n";
134 output += indent + " server_error: ";
135 base::StringAppendF(&output, "%s", value.server_error().c_str());
136 output += "\n";
139 output += indent + " certificate_chain: ";
140 base::StringAppendF(&output, "%s", value.certificate_chain().c_str());
141 output += "\n";
143 output += indent + "}\n";
144 return output;
154 std::string output =
158 output += indent + " key_label: ";
159 base::StringAppendF(&output, "%s", value.key_label().c_str());
160 output += "\n";
163 output += indent + " username: ";
164 base::StringAppendF(&output, "%s", value.username().c_str());
165 output += "\n";
167 output += indent + "}\n";
168 return output;
178 std::string output =
182 output += indent + " status: ";
184 &output, "%s",
186 output += "\n";
189 output += indent + " key_type: ";
190 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
193 output += "\n";
196 output += indent + " key_usage: ";
197 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
200 output += "\n";
203 output += indent + " public_key: ";
205 &output, "%s",
208 output += "\n";
211 output += indent + " certify_info: ";
212 base::StringAppendF(&output, "%s",
216 output += "\n";
219 output += indent + " certify_info_signature: ";
220 base::StringAppendF(&output, "%s",
224 output += "\n";
227 output += indent + " certificate: ";
229 &output, "%s",
232 output += "\n";
234 output += indent + "}\n";
235 return output;
246 std::string output =
250 output += indent + " key_type: ";
251 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
254 output += "\n";
256 output += indent + "}\n";
257 return output;
267 std::string output =
271 output += indent + " status: ";
273 &output, "%s",
275 output += "\n";
278 output += indent + " ek_public_key: ";
279 base::StringAppendF(&output, "%s",
283 output += "\n";
286 output += indent + " ek_certificate: ";
287 base::StringAppendF(&output, "%s",
291 output += "\n";
293 output += indent + "}\n";
294 return output;
305 std::string output =
309 output += indent + " key_type: ";
310 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
313 output += "\n";
315 output += indent + "}\n";
316 return output;
327 std::string output =
331 output += indent + " status: ";
333 &output, "%s",
335 output += "\n";
338 output += indent + " public_key: ";
340 &output, "%s",
343 output += "\n";
346 output += indent + " public_key_tpm_format: ";
347 base::StringAppendF(&output, "%s",
351 output += "\n";
354 output += indent + " certificate: ";
356 &output, "%s",
359 output += "\n";
362 output += indent + " pcr0_quote: ";
363 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
366 output += "\n";
369 output += indent + " pcr1_quote: ";
370 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
373 output += "\n";
375 output += indent + "}\n";
376 return output;
387 std::string output =
391 output += indent + " key_type: ";
392 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
395 output += "\n";
398 output += indent + " encrypted_certificate: ";
399 base::StringAppendF(&output, "%s",
403 output += "\n";
406 output += indent + " save_certificate: ";
407 base::StringAppendF(&output, "%s",
409 output += "\n";
411 output += indent + "}\n";
412 return output;
423 std::string output =
427 output += indent + " status: ";
429 &output, "%s",
431 output += "\n";
434 output += indent + " certificate: ";
436 &output, "%s",
439 output += "\n";
441 output += indent + "}\n";
442 return output;
453 std::string output =
457 output += indent + " key_label: ";
458 base::StringAppendF(&output, "%s", value.key_label().c_str());
459 output += "\n";
462 output += indent + " username: ";
463 base::StringAppendF(&output, "%s", value.username().c_str());
464 output += "\n";
467 output += indent + " key_type: ";
468 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
471 output += "\n";
474 output += indent + " key_usage: ";
475 base::StringAppendF(&output, "%s", GetProtoDebugStringWithIndent(
478 output += "\n";
480 output += indent + "}\n";
481 return output;
492 output =
496 output += indent + " status: ";
498 &output, "%s",
500 output += "\n";
503 output += indent + " public_key: ";
505 &output, "%s",
508 output += "\n";
511 output += indent + " certify_info: ";
512 base::StringAppendF(&output, "%s",
516 output += "\n";
519 output += indent + " certify_info_signature: ";
520 base::StringAppendF(&output, "%s",
524 output += "\n";
526 output += indent + "}\n";
527 return output;
537 std::string output =
541 output += indent + " key_label: ";
542 base::StringAppendF(&output, "%s", value.key_label().c_str());
543 output += "\n";
546 output += indent + " username: ";
547 base::StringAppendF(&output, "%s", value.username().c_str());
548 output += "\n";
551 output += indent + " encrypted_data: ";
552 base::StringAppendF(&output, "%s",
556 output += "\n";
558 output += indent + "}\n";
559 return output;
569 std::string output =
573 output += indent + " status: ";
575 &output, "%s",
577 output += "\n";
580 output += indent + " decrypted_data: ";
581 base::StringAppendF(&output, "%s",
585 output += "\n";
587 output += indent + "}\n";
588 return output;
598 std::string output =
602 output += indent + " key_label: ";
603 base::StringAppendF(&output, "%s", value.key_label().c_str());
604 output += "\n";
607 output += indent + " username: ";
608 base::StringAppendF(&output, "%s", value.username().c_str());
609 output += "\n";
612 output += indent + " data_to_sign: ";
613 base::StringAppendF(&output, "%s",
617 output += "\n";
619 output += indent + "}\n";
620 return output;
630 std::string output =
634 output += indent + " status: ";
636 &output, "%s",
638 output += "\n";
641 output += indent + " signature: ";
642 base::StringAppendF(&output, "%s", base::HexEncode(value.signature().data(),
645 output += "\n";
647 output += indent + "}\n";
648 return output;
659 std::string output =
663 output += indent + " key_label: ";
664 base::StringAppendF(&output, "%s", value.key_label().c_str());
665 output += "\n";
668 output += indent + " username: ";
669 base::StringAppendF(&output, "%s", value.username().c_str());
670 output += "\n";
672 output += indent + "}\n";
673 return output;
684 std::string output =
688 output += indent + " status: ";
690 &output, "%s",
692 output += "\n";
694 output += indent + "}\n";
695 return output;