OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_hash
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/net/
sdch_browsertest.cc
143
char
binary_hash
[32];
local
144
crypto::SHA256HashString(sdch_dictionary_contents_,
binary_hash
,
145
sizeof(
binary_hash
));
146
SafeBase64Encode(std::string(&
binary_hash
[0], 6), &dictionary_client_hash_);
147
SafeBase64Encode(std::string(&
binary_hash
[6], 6), &dictionary_server_hash_);
/external/chromium_org/net/base/
sdch_manager.cc
473
char
binary_hash
[32];
local
474
crypto::SHA256HashString(dictionary_text,
binary_hash
, sizeof(
binary_hash
));
476
std::string first_48_bits(&
binary_hash
[0], 6);
477
std::string second_48_bits(&
binary_hash
[6], 6);
Completed in 487 milliseconds