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()
101 base::StringAppendF(&output, "%s", in GetProtoDebugStringWithIndent()
104 output += "\n"; in GetProtoDebugStringWithIndent()
107 output += indent + " quoted_pcr_value: "; in GetProtoDebugStringWithIndent()
109 &output, "%s", in GetProtoDebugStringWithIndent()
112 output += "\n"; in GetProtoDebugStringWithIndent()
115 output += indent + " pcr_source_hint: "; in GetProtoDebugStringWithIndent()
117 &output, "%s", base::HexEncode(value.pcr_source_hint().data(), in GetProtoDebugStringWithIndent()
119 output += "\n"; in GetProtoDebugStringWithIndent()
121 output += indent + "}\n"; in GetProtoDebugStringWithIndent()
122 return output; in GetProtoDebugStringWithIndent()
132 std::string output = in GetProtoDebugStringWithIndent() local
136 output += indent + " wrapped_key: "; in GetProtoDebugStringWithIndent()
137 base::StringAppendF(&output, "%s", in GetProtoDebugStringWithIndent()
140 output += "\n"; in GetProtoDebugStringWithIndent()
143 output += indent + " iv: "; in GetProtoDebugStringWithIndent()
145 &output, "%s", in GetProtoDebugStringWithIndent()
147 output += "\n"; in GetProtoDebugStringWithIndent()
150 output += indent + " mac: "; in GetProtoDebugStringWithIndent()
152 &output, "%s", in GetProtoDebugStringWithIndent()
154 output += "\n"; in GetProtoDebugStringWithIndent()
157 output += indent + " encrypted_data: "; in GetProtoDebugStringWithIndent()
158 base::StringAppendF(&output, "%s", in GetProtoDebugStringWithIndent()
161 output += "\n"; in GetProtoDebugStringWithIndent()
164 output += indent + " wrapping_key_id: "; in GetProtoDebugStringWithIndent()
166 &output, "%s", base::HexEncode(value.wrapping_key_id().data(), in GetProtoDebugStringWithIndent()
168 output += "\n"; in GetProtoDebugStringWithIndent()
170 output += indent + "}\n"; in GetProtoDebugStringWithIndent()
171 return output; in GetProtoDebugStringWithIndent()
181 std::string output = in GetProtoDebugStringWithIndent() local
185 output += indent + " data: "; in GetProtoDebugStringWithIndent()
187 &output, "%s", in GetProtoDebugStringWithIndent()
189 output += "\n"; in GetProtoDebugStringWithIndent()
192 output += indent + " signature: "; in GetProtoDebugStringWithIndent()
193 base::StringAppendF(&output, "%s", in GetProtoDebugStringWithIndent()
196 output += "\n"; in GetProtoDebugStringWithIndent()
198 output += indent + "}\n"; in GetProtoDebugStringWithIndent()
199 return output; in GetProtoDebugStringWithIndent()
210 std::string output = in GetProtoDebugStringWithIndent() local
214 output += indent + " asym_ca_contents: "; in GetProtoDebugStringWithIndent()
216 &output, "%s", in GetProtoDebugStringWithIndent()
219 output += "\n"; in GetProtoDebugStringWithIndent()
222 output += indent + " sym_ca_attestation: "; in GetProtoDebugStringWithIndent()
224 &output, "%s", in GetProtoDebugStringWithIndent()
227 output += "\n"; in GetProtoDebugStringWithIndent()
229 output += indent + "}\n"; in GetProtoDebugStringWithIndent()
230 return output; in GetProtoDebugStringWithIndent()