OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hash_response
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc
475
std::string
hash_response
= "goog-phish-shavar:1:32\n"
local
481
EXPECT_TRUE(parser.ParseGetHash(
hash_response
.data(),
482
hash_response
.size(),
491
hash_response
+= "goog-malware-shavar:7:32\n"
494
EXPECT_TRUE(parser.ParseGetHash(
hash_response
.data(),
495
hash_response
.size(),
/external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc
561
std::string
hash_response
= "goog-phish-shavar:1:32\n"
local
569
EXPECT_TRUE(parser.ParseGetHash(
hash_response
.data(),
570
hash_response
.size(),
581
hash_response
+= "goog-malware-shavar:7:32\n"
584
EXPECT_TRUE(parser.ParseGetHash(
hash_response
.data(),
585
hash_response
.size(),
[
all
...]
Completed in 198 milliseconds