OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:binary_hash
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
sdch_manager.cc
498
char
binary_hash
[32];
local
499
crypto::SHA256HashString(dictionary_text,
binary_hash
, sizeof(
binary_hash
));
501
std::string first_48_bits(&
binary_hash
[0], 6);
502
std::string second_48_bits(&
binary_hash
[6], 6);
Completed in 26 milliseconds