Searched refs:received_fingerprint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_tamper_detection_unittest.cc100 // |received_fingerprint| is not the actual fingerprint from data reduction
106 std::string received_fingerprint; member in struct:data_reduction_proxy::__anon6446
241 ReplaceWithEncodedString(&test[i].received_fingerprint);
251 test[i].received_fingerprint);
262 std::string received_fingerprint; member in struct:data_reduction_proxy::__anon6447
376 test[i].received_fingerprint, &has_chrome_proxy_via_header);
386 // For following testcases, |received_fingerprint| is not the actual
395 std::string received_fingerprint; member in struct:data_reduction_proxy::__anon6448
498 ReplaceWithEncodedString(&test[i].received_fingerprint);
508 test[i].received_fingerprint);
519 std::string received_fingerprint; member in struct:data_reduction_proxy::__anon6449
[all...]
H A Ddata_reduction_proxy_tamper_detection.cc137 std::string received_fingerprint; local
138 if (!base::Base64Decode(fingerprint, &received_fingerprint))
151 return received_fingerprint != actual_fingerprint;
224 std::string received_fingerprint; local
226 !base::Base64Decode(it.value(), &received_fingerprint)) {
249 return received_fingerprint != actual_fingerprint;

Completed in 250 milliseconds