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